record_payment
Log a payment against an invoice with amount in cents, method, note, and date. This captures payment details for the invoice.
Instructions
Record a payment on an invoice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Payment note | |
| amount | Yes | Payment amount in cents | |
| method | No | Payment method (e.g. bank_transfer, paypal) | |
| paid_at | No | Payment date (YYYY-MM-DD, default today) | |
| invoice_id | Yes | The invoice UUID |