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.

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.

jsonAutoTopupStatusSchema
{
"status": true,
"threshold_amount": 0,
"topup_amount": 0
}