---
title: "Get Auto Recharge Credit Settings"
method: GET
path: "/2024-09/account/credit/auto_recharge"
tags: ["Auto Recharge"]
---

# Get Auto Recharge Credit Settings

`GET /2024-09/account/credit/auto_recharge`

Show the auto recharge settings for the company.

Required authorization scope: `public.payment:read`

## Response `200`

shows auto recharge settings

- AutoRechargeSingle — Auto recharge setting details
  - `auto_recharge` AutoRecharge
    - `enabled` boolean — Indicates if Auto Recharge is enabled.
    - `threshold_amount` number — Amount of threshold to process auto recharge to the account balance.
    - `amount` number — Amount to recharge.
  - `meta` Meta
    - `request_id` string — An unique ID represent the request.

---

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