billing
Update Auto Recharge Settings
Update auto-recharge settings.
When enabling, threshold_cents and amount_cents are required. payment_method_id is optional — auto-selects default if omitted. Rejects postpaid users.
put/v1/billing/auto-recharge
Headers
authorizationstring
Request body
Example request
{
"threshold_cents": 1000,
"amount_cents": 5000
}Response
Successful Response
Example response
{
"threshold_cents": 1000,
"amount_cents": 5000
}Changes
No recorded changes to this endpoint across all 1 revision of this API.