---
title: "Get Auto Recharge Settings"
method: GET
path: "/v1/billing/auto-recharge"
tags: ["billing"]
---

# Get Auto Recharge Settings

`GET /v1/billing/auto-recharge`

Get current auto-recharge configuration.

## Headers

- `authorization` string

## Response `200`

Successful Response

- AutoRechargeSettingsResponse — Current auto-recharge configuration.
  - `enabled` boolean
  - `threshold_cents` integer, nullable
  - `amount_cents` integer, nullable
  - `payment_method_id` string, nullable
  - `consecutive_failures` integer
  - `last_failure_reason` string, nullable

---

[API](https://skmtc.dev/beeble/apis/beeble-developer-api.md) · [All operations](https://skmtc.dev/beeble/apis/beeble-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beeble/beeble-developer-api/revisions/f35ce0de5d00/schema)
