---
title: "Get auto-reload settings"
method: GET
path: "/wallet/auto_reload"
tags: ["billingWallet"]
---

# Get auto-reload settings

`GET /wallet/auto_reload`

Returns the current team's auto-reload configuration, whether a payment method is available, and the supported reload range.

## Headers

- `Authorization` string, required

## Response `200`

Auto-reload configuration or null when it has not been configured.

- BillingAutoReloadResponse
  - `auto_reload` BillingAutoReloadSetting
    - `enabled` boolean
    - `reload_amount_cents` integer
    - `reload_amount_dollars` number, double
    - `minimum_balance_threshold_cents` integer
    - `minimum_balance_threshold_dollars` number, double
    - `maximum_monthly_spend_cents` integer
    - `maximum_monthly_spend_dollars` number, double
    - `current_month_spend_cents` integer
    - `current_month_spend_dollars` number, double
    - `remaining_monthly_allowance_cents` integer
    - `remaining_monthly_allowance_dollars` number, double
    - `has_payment_method` boolean
    - `can_reload` boolean
  - `minimum_reload_amount_cents` integer
  - `maximum_reload_amount_cents` integer

## Other responses

- `401` — A valid API key was not provided.
- `403` — The API key owner cannot manage billing, or the Billing API is unavailable for the customer's billing arrangement.
- `500` — An unexpected billing error occurred.

---

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