v5

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-0112516159.5 KB

Get billing checkout history

get/billing/checkouts

Query parameters

limitinteger
Example:10
offsetinteger

Response

Checkout history

successboolean

Example response

{
  "success": true,
  "data": [
    {
      "id": "cs_test_xxx",
      "amount": 100,
      "currency": "usd",
      "status": "completed"
    }
  ]
}