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

# Update Auto Recharge Credit Settings

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

Update the settings for auto recharging your credit when your account balance falls below the threshold specified through this endpoint.

This endpoint is in beta (subject to change). Please get in touch with customer support to enable it.

Required authorization scope: `public.payment:write`

## Request body

- AutoRechargeUpdate
  - `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. Amount of recharge should be over the threshold amount. These are amount that allowed by countries. |Country|Minimum Amount|Maximum amount| |---|---|---| |United Arab Emirates|100|4000| |Albania|50000|2000000| |Austria|50|2000| |Australia|50|2000| |Bosnia and Herzegovina|100|4000| |Belgium|50|2000| |Bulgaria|100|4000| |Canada|50|2000| |Switzerland|50|2000| |China|500|20000| |Cyprus|50|2000| |Czech Republic|1000|40000| |Germany|50|2000| |Denmark|500|20000| |Estonia|50|2000| |Spain|50|2000| |Finland|50|2000| |France|50|2000| |United Kingdom|50|2000| |Greece|50|2000| |Hong Kong|500|20000| |Croatia|50|2000| |Hungary|10000|400000| |Indonesia|100000|4000000| |Ireland|50|2000| |Israel|100|4000| |India|5000|200000| |Iceland|5000|200000| |Italy|50|2000| |Japan|10000|400000| |Korea, Republic of|100000|4000000| |Lithuania|50|2000| |Luxembourg|50|2000| |Latvia|50|2000| |Malta|50|2000| |Mexico|1000|40000| |Malaysia|500|20000| |Netherlands|50|2000| |Norway|500|20000| |New Zealand|100|4000| |Philippines|5000|200000| |Poland|100|4000| |Portugal|50|2000| |Romania|100|4000| |Serbia|5000|200000| |Sweden|500|20000| |Singapore|50|2000| |Slovenia|50|2000| |Slovakia|50|2000| |Thailand|1000|40000| |Turkey|1000|40000| |Taiwan, Republic Of China|1000|40000| |Ukraine|1000|40000| |United States|50|2000| |Vietnam|1000000|40000000|

## Response `200`

successfully update 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.

## Other responses

- `422` — failed validations

---

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