teamleader_invoices_register_payment
Record a payment against an invoice by providing the invoice ID, amount, currency, and payment date. Updates the invoice's payment status in Teamleader Focus.
Instructions
Register a payment against an invoice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The invoice ID | |
| amount | Yes | Payment amount | |
| paid_at | Yes | Payment date-time (ISO 8601) | |
| currency | Yes | Currency code (e.g. 'EUR') | |
| payment_method_id | No | Optional payment method ID |