---
title: "Get auto-recharge settings"
method: GET
path: "/billing/auto-recharge"
tags: ["billing"]
---

# Get auto-recharge settings

`GET /billing/auto-recharge`

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

## Response `200`

OK

- SubscriptionAutoRechargeSettingsResponse — The org's auto-recharge configuration and status.
  - `$schema` string, 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.
  - `enabled` boolean, required — Whether auto-recharge is active.
  - `target_cents` integer, required — Balance the recharge restores to, in cents (minimum 500 = $5.00). The charge is target minus current balance.
  - `threshold_cents` integer, required — Recharge when the balance drops below this amount, in cents.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/axilioai/apis/axilio-api.md) · [All operations](https://skmtc.net/axilioai/apis/axilio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/axilioai/axilio-api/revisions/108ab4b41051/schema)
