Get billing checkout history
get/billing/checkouts
Query parameters
limitinteger
Example:10
offsetinteger
Response
Checkout history
Example response
{
"success": true,
"data": [
{
"id": "cs_test_xxx",
"amount": 100,
"currency": "usd",
"status": "completed"
}
]
}