list_invoice_payments
Fetch all payments made for a specific invoice using its ID. List payment details to track and reconcile invoice settlements.
Instructions
Fetch a list of payments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit the number of results (max is 2000) | |
| offset | No | Skip over a number of elements by specifying an offset value for the query | |
| invoice_id | Yes | the id of the invoice |