Atrás a QuickBooks Payments
Conectar Knoon AI con QuickBooks Payments (QuickBooks) para automatizar flujos de trabajo de AI.
Create a new QuickBooks payment.
quickBooksPaymentCreate
Beta
Interno
Permisos
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| customerId | mustache | Customer ID for the payment. | Sí |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects (e.g. [{"Amount":120,"LinkedTxn":[{"TxnId":"123","TxnType":"Invoice"}]}]). | No |
| totalAmount | mustache | Optional total amount. | No |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | No |
| privateNote | mustache | Optional private note. | No |
| currencyCode | mustache | Optional currency code. | No |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | No |
| payloadJson | mustache | Optional full Payment JSON. If provided, it is merged with the fields above and takes precedence. | 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. |