Payment
Read
Retrieve a single Payment record by ID.
get/api/cp/payment/{id}
Path parameters
idinteger required
Id identifier
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
}Changes
No recorded changes to this endpoint across all 1 revision of this API.