AutoTopupStatusSchema
statusstring
Auto top-up status: active, disabled, pending_setup, cancelled, or null.
Example:
truethreshold_amountnumber
Balance threshold that triggers auto top-up.
topup_amountnumber
Amount to top up when threshold is reached.
AutoTopupStatusSchema
{
"status": true,
"threshold_amount": 0,
"topup_amount": 0
}
Was this page helpful?