---
title: "Update auto recharge preferences"
method: PATCH
path: "/payment/auto_recharge_prefs"
tags: ["AutoRechargePreferences"]
---

# Update auto recharge preferences

`PATCH /payment/auto_recharge_prefs`

Update payment auto recharge preferences.

## Request body

- AutoRechargePrefRequest
  - `enabled` boolean — Whether auto recharge is enabled.
  - `invoice_enabled` boolean
  - `preference` 'credit_paypal' | 'ach' — The payment preference for auto recharge.
  - `recharge_amount` string — The amount to recharge the account, the actual recharge amount will be the amount necessary to reach the threshold amount plus the recharge amount.
  - `threshold_amount` string — The threshold amount at which the account will be recharged.

## Response `200`

Successful response

- object
  - `data` AutoRechargePref
    - `enabled` boolean — Whether auto recharge is enabled.
    - `id` string — The unique identifier for the auto recharge preference.
    - `invoice_enabled` boolean
    - `preference` 'credit_paypal' | 'ach' — The payment preference for auto recharge.
    - `recharge_amount` string — The amount to recharge the account, the actual recharge amount will be the amount necessary to reach the threshold amount plus the recharge amount.
    - `record_type` string — The record type.
    - `threshold_amount` string — The threshold amount at which the account will be recharged.

## Other responses

- `401` — Unauthorized
- `404` — Resource not found
- `422` — Bad request

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
