Retour à QuickBooks Payments
Connecter Knoon AI avec QuickBooks Payments (QuickBooks) pour automatiser les flux de travail AI.
Find QuickBooks payments with the same transaction date and total amount.
quickBooksPaymentFindDuplicates
Bêta
Interne
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| txnDate | mustache | Transaction date to match (YYYY-MM-DD). | Oui |
| totalAmount | mustache | Total amount to match. | Oui |
| customerId | mustache | Optional customer ID filter. | Non |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | 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. |