Update auto recharge settings

post/billing/auto_recharge

Request body

enabledboolean
thresholdnumber
amountnumber

Example request

{
  "enabled": true,
  "threshold": 10,
  "amount": 50
}

Response

Auto recharge updated

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Auto recharge settings updated"
}

Changes

No recorded changes to this endpoint across all 5 revisions of this API.