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

# Update Auto Recharge Settings

`PUT /v1/billing/auto-recharge`

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.

## Headers

- `authorization` string

## Request body

- AutoRechargeUpdateRequest — Request to update auto-recharge settings.
  - `enabled` boolean, nullable
  - `threshold_cents` integer, nullable
  - `amount_cents` integer, nullable
  - `payment_method_id` string, nullable

## 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)
