Tilbake til QuickBooks Payments
Koble til Knoon AI med QuickBooks Payments (QuickBooks) for å automatisere AI-arbeidsflyter.
Create a new QuickBooks payment.
quickBooksPaymentCreate
BETA
Intern
Tillatelser
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| customerId | mustache | Customer ID for the payment. | Ja |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects (e.g. [{"Amount":120,"LinkedTxn":[{"TxnId":"123","TxnType":"Invoice"}]}]). | Nei |
| totalAmount | mustache | Optional total amount. | Nei |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Nei |
| privateNote | mustache | Optional private note. | Nei |
| currencyCode | mustache | Optional currency code. | Nei |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nei |
| payloadJson | mustache | Optional full Payment JSON. If provided, it is merged with the fields above and takes precedence. | Nei |
Returer
| Navn | Type | Beskrivelse |
|---|---|---|
| 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. |