Get All Transactions
Get all transactions
Get All Transactions
/checkout
GET
https://api.agilspotpay.com.br/api/checkout
This endpoint requires no parameters. Responsible for fetching all transactions generated by the CheckoutInit endpoint.
[
{
"id": "..",
"object_id": "...",
"user_id": "5...0",
"organization_id": null,
"organization_info": null,
"filial_id": null,
"invoice_brand": "AgilSpot Pay",
"invoice_type": "multi_option",
"metadata": "1",
"currency": "BRL",
"invoice_status": "succeeded",
"status": "succeeded",
"option_capture": "credit_card",
"expected_month_1": null,
"expected_month_2": null,
....
...
}
Last updated