Retour à QuickBooks Payments
Connecter Knoon AI avec QuickBooks Payments (QuickBooks) pour automatiser les flux de travail AI.
Create a new QuickBooks payment.
quickBooksPaymentCreate
Bêta
Interne
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| customerId | mustache | Customer ID for the payment. | Oui |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects (e.g. [{"Amount":120,"LinkedTxn":[{"TxnId":"123","TxnType":"Invoice"}]}]). | Non |
| totalAmount | mustache | Optional total amount. | Non |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Non |
| privateNote | mustache | Optional private note. | Non |
| currencyCode | mustache | Optional currency code. | Non |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Non |
| payloadJson | mustache | Optional full Payment JSON. If provided, it is merged with the fields above and takes precedence. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |