freshbooks_record_payment
Record a payment against an invoice. Set confirm=true to execute; otherwise, get a dry-run preview.
Instructions
Record a payment against an invoice. Requires confirm: true to execute; without it returns a dry-run preview and makes no network call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Payment date, YYYY-MM-DD | |
| note | No | ||
| type | No | Payment type, e.g. "Check", "Credit" | |
| amount | Yes | Payment amount | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| invoiceid | Yes | Invoice the payment applies to |