POST
Create Credit Checkout

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Which pack to buy. Never an arbitrary amount — the packs are the prices.

pack
enum<string>
required
Available options:
usd_20,
usd_50,
usd_100,
usd_200,
usd_500,
usd_1000

Response

Successful Response

Where to send the buyer, and the top-up that is waiting on them.

checkout_url
string
required
topup_id
string<uuid>
required