Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

CreateAutoTopupPayload

threshold_amountnumberrequired

Account balance at or below which an automatic top-up is triggered.

topup_amountnumberrequired

Amount to add to the account balance when an automatic top-up is triggered.

jsonCreateAutoTopupPayload
{
"threshold_amount": 0,
"topup_amount": 0
}