auto_topup
idinteger
Unique numeric identifier.
statusstring
Current lifecycle state of the resource.
threshold_amountnumber
Account balance at or below which an automatic top-up is triggered.
topup_amountnumber
Amount added to the account balance when an automatic top-up is triggered.
updated_atstring
ISO 8601 UTC timestamp marking when the resource was last modified.
jsonauto_topup
{
"id": 0,
"status": "string",
"threshold_amount": 0,
"topup_amount": 0,
"updated_at": "string"
}
Was this page helpful?