Payment
List
Retrieve a paginated list of Payment records. Supports filtering, sorting, and search.
get/api/cp/payment(.{ext(csv))}
Path parameters
ext(csv))string required
Ext Csv identifier
Query parameters
status'Completed' | 'Pending' | 'Canceled'
Filter by Status
Response
Successful response
Example response
[
{
"id": 12345,
"company_id": 1,
"payment_time": "2025-01-17T10:30:00Z",
"description": "A detailed description of the resource",
"total": 10,
"tax_rate": 99.99,
"invoice_id": 1,
"currency": "USD",
"override_xe": 1.5,
"payment_fee": 99.99,
"status": "Completed",
"payment_id": 1,
"charge_id": 1,
"reconciliation_id": 1,
"tax_paid": 99.99
}
]