Setup Payment
Invoice
Invoice
get/api/cp/setup/payment/invoice
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
}