apply_payment
Apply a payment to an existing invoice by specifying invoice number, amount, and date. Optionally include payment method, reference, or memo.
Instructions
Apply a payment to an existing invoice
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date of payment (YYYY-MM-DD format) | |
| memo | No | Notes about the payment | |
| amount | Yes | Payment amount | |
| clientName | No | Client name (required only if duplicate invoice numbers exist) | |
| paymentType | No | Payment method type | |
| invoiceNumber | Yes | Invoice number to apply payment to (e.g., E-2023-79) | |
| referenceNumber | No | Informational reference number for payment history |