Atrás a QuickBooks Payments
Conectar Knoon AI con QuickBooks Payments (QuickBooks) para automatizar flujos de trabajo de AI.
Find QuickBooks payments with the same transaction date and total amount.
quickBooksPaymentFindDuplicates
Beta
Interno
Permisos
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| txnDate | mustache | Transaction date to match (YYYY-MM-DD). | Sí |
| totalAmount | mustache | Total amount to match. | Sí |
| customerId | mustache | Optional customer ID filter. | No |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | No |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| id | string | Payment ID. |
| customerId | string | Customer ID. |
| txnDate | string | Transaction date. |
| totalAmount | number | Total amount. |
| privateNote | string | Private note. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |