Back to QuickBooks Payments
Connect Knoon AI with QuickBooks Payments (QuickBooks) to automate AI workflows.
Find QuickBooks payments with the same transaction date and total amount.
quickBooksPaymentFindDuplicates
BETA
Internal
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| txnDate | mustache | Transaction date to match (YYYY-MM-DD). | Yes |
| totalAmount | mustache | Total amount to match. | Yes |
| customerId | mustache | Optional customer ID filter. | No |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | No |
Returns
| Name | 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. |