v12

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-014994227.2 KB
billing

Get auto-recharge settings

Returns the organization's automatic balance top-up configuration and status.

get/billing/auto-recharge

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

disabled_reason'payment_failed'

Why auto-recharge turned itself off (payment_failed), if it did. Re-enabling clears it.

enabledboolean required

Whether auto-recharge is active.

target_centsinteger required

Balance the recharge restores to, in cents (minimum 500 = $5.00). The charge is target minus current balance.

threshold_centsinteger required

Recharge when the balance drops below this amount, in cents.

Example response

{
  "$schema": "/api/v1/SubscriptionAutoRechargeSettingsResponse.json"
}