list_invoice_payments
Retrieve all payments recorded for a specific invoice, enabling payment tracking and reconciliation.
Instructions
Returns list of payments for specified invoice
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_id | Yes | invoice ID | |
| with | No | Comma separated, optional keys that should be included in the response. | |
| q | No | Value for full text search | |
| filter | No | Filter expression (JSON) | |
| limit | No | Limits the number of items returned. Number in a range [1-200] | |
| offset | No | Offset of the first item to return. The offset of the initial item is 0. |