getInvoicePaymentsById
getInvoicePaymentsByIdFetch all successful payments for a given invoice ID. Only completed payments are returned, excluding refunds.
Instructions
Get successful payments associated with a specific invoice ID. This endpoint is success-only and may not show refund rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoiceId | Yes | The ID of the invoice. | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |