Invoice Payment
List
Retrieve a paginated list of Invoice Payment records. Supports filtering, sorting, and search.
get/api/cp/invoice-payment
Response
Successful response
Example response
[
{
"id": 12345,
"invoice_id": 1,
"payment_id": 1,
"total": 10
}
]