Skip to main content

AutoTopupStatusSchema

statusstring

Auto top-up status: active, disabled, pending_setup, cancelled, or null.

Example: true
threshold_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
}