get_invoice_payments_by_invoice_id
Retrieve all payment records for a specific invoice to track transaction history and verify payment status.
Instructions
Get all payment records of an invoice
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_id | Yes | ID of the parent resource | |
| cursor | No | Cursor for fetching the next page of results | |
| per_page | No | Number of results per page (default: 25) |