qbo_payments_create
Record a customer payment in QuickBooks Online by providing a customer reference and total amount, with optional links to invoices.
Instructions
Create a new Payment record in QuickBooks Online.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Line | No | Array of LinkedTxn entries linking this payment to invoices, e.g. [{Amount: 100, LinkedTxn: [{TxnId: '5', TxnType: 'Invoice'}]}] | |
| TxnDate | No | Transaction date (YYYY-MM-DD format) | |
| TotalAmt | Yes | Total payment amount | |
| CustomerRef | Yes | Customer reference object, e.g. {"value": "123"} where value is the customer ID | |
| PaymentMethodRef | No | Payment method reference object, e.g. {"value": "1"} |