---
title: "Set the org's auto-recharge policy"
method: PUT
path: "/v1/orgs/{orgId}/billing/auto-recharge"
tags: ["Billing"]
---

# Set the org's auto-recharge policy

`PUT /v1/orgs/{orgId}/billing/auto-recharge`

## Path parameters

- `orgId` string, required

## Request body

- AutoRechargeSettings
  - `amountCents` integer, required — Amount charged per auto-recharge (within deposit bounds $10–$500).
  - `enabled` boolean, required — When on, the balance is topped up automatically below the threshold.
  - `thresholdCents` integer, required — Recharge fires when available balance drops below this.

## Response `200`

Saved settings

- AutoRechargeSettings
  - `amountCents` integer, required — Amount charged per auto-recharge (within deposit bounds $10–$500).
  - `enabled` boolean, required — When on, the balance is topped up automatically below the threshold.
  - `thresholdCents` integer, required — Recharge fires when available balance drops below this.

## Other responses

- `400` — The request is invalid
- `401` — Missing or invalid API key
- `403` — API key lacks the required scope
- `503` — A required integration (e.g. payments) is not configured

---

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