xero_payments_create
Record a payment against an invoice in Xero by providing the invoice ID, bank account ID, amount, and date.
Instructions
Create a new payment in Xero. Records a payment against an invoice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| InvoiceID | Yes | The invoice ID to apply the payment to (required) | |
| AccountID | Yes | The bank account ID the payment is made from/to (required) | |
| Amount | Yes | Payment amount (required) | |
| Date | Yes | Payment date in YYYY-MM-DD format (required) | |
| Reference | No | Payment reference |