Setup Payment
Invoice Download
Invoice Download
get/api/cp/setup/payment/invoice/{id.pdf}
Path parameters
id.pdfstring required
Id Pdf identifier
Response
Successful response
Example response
{
"id": 12345,
"account_id": 1,
"payment_time": "2025-01-17T10:30:00Z",
"desc": "example_desc",
"amount": 99.99,
"payment_id": 1,
"charge_id": 1,
"xero_invoice_id": 1,
"gbp_amount": 99.99
}