Record a manual payment
invoice.record_paymentUse this when the user says a client paid by check, bank transfer, cash, or otherwise outside the Stripe payment link. Marks the invoice paid. Stripe payments are recorded automatically; do not use this for them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| method | No | e.g. "bank transfer", "check #1042" | |
| paid_on | No | Default: today | |
| invoice_id | Yes | Invoice id or number |