v11

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0112893437.0 KB
Subscribe

Get top-up billing status

get/credits/topup/status

Query parameters

session_idstring required

Top-up session ID to inspect.

Response

Top-up billing status

amount_dollarsinteger nullable

Dollar amount requested for the top-up.

creditsstring

Bigint string credit amount granted or pending.

status'paid' | 'processing' | 'failed' | 'expired' required

Example response

{
  "amount_dollars": 25,
  "credits": "166666",
  "status": "paid"
}