Back to QuickBooks Payments

Connect Knoon AI with QuickBooks Payments (QuickBooks) to automate AI workflows.

Create a new QuickBooks payment.
quickBooksPaymentCreate
BETA
Internal
Permissions
  • com.intuit.quickbooks.accounting
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
customerIdmustache Customer ID for the payment.Yes
lineItemsJsonmustache Optional JSON array of QBO Line objects (e.g. [{"Amount":120,"LinkedTxn":[{"TxnId":"123","TxnType":"Invoice"}]}]).No
totalAmountmustache Optional total amount.No
txnDatemustache Optional transaction date (YYYY-MM-DD).No
privateNotemustache Optional private note.No
currencyCodemustache Optional currency code.No
minorVersionmustache Optional QuickBooks minor version (defaults to 75).No
payloadJsonmustache Optional full Payment JSON. If provided, it is merged with the fields above and takes precedence.No
Returns
NameTypeDescription
idstring Payment ID.
customerIdstring Customer ID.
txnDatestring Transaction date.
totalAmountnumber Total amount.
privateNotestring Private note.
currencyCodestring Currency code.
syncTokenstring Sync token for updates.