Payment
Create
Create a new Payment record.
post/api/cp/payment
Request body
Example request
{
"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
}Response
Successful response
Example response
{
"id": 12345,
"status": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.