Skip to main content
POST
/
v1
/
billing
/
topup
/
checkout
Create Topup Checkout
curl --request POST \
  --url https://api.polysimulator.com/v1/billing/topup/checkout \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "consent_acknowledged": false,
  "sandbox_wallet_id": 123
}
'
{
  "url": "<string>"
}

Authorizations

X-API-Key
string
header
required

Issue from /v1/keys (or admin-issued for enterprise tier).

Headers

authorization
string | null

Body

application/json
sku
enum<string>
required
Available options:
topup_500,
topup_2000,
topup_10000,
topup_main_reset
sandbox_wallet_id
integer | null

Response

Successful Response

url
string
required