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.

UpdateAutoTopupResponse

statusboolean

Whether the request succeeded.

messagestring

Human-readable description of the result.

Example: This endpoint is not available via API key. Please use the Hyperstack dashboard.
auto_topup object

Auto top-up configuration after the update.

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.

UpdateAutoTopupResponse
{
"status": true,
"message": "This endpoint is not available via API key. Please use the Hyperstack dashboard.",
"auto_topup": {
"id": 0,
"status": "string",
"threshold_amount": 0,
"topup_amount": 0,
"updated_at": "string"
}
}