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.
CreateAutoTopupPayload
{
"threshold_amount": 0,
"topup_amount": 0
}
Was this page helpful?