Setup Payment
List
Retrieve a paginated list of Setup Payment records. Supports filtering, sorting, and search.
get/api/cp/setup/payment
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
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.