Skip to main content
POST
Setup Topup

Authorizations

Authorization
string
header
required

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

Cookies

session
String

Body

application/json
amount
integer
default:0

Amount to top up in cents

threshold
integer
default:0

Top up threshold in cents, if balance goes below this value, top up will be triggered

enabled
boolean
default:true

If true, top up will be triggered when balance goes below threshold

Response

Successful Response