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

# List auto recharge preferences

`GET /payment/auto_recharge_prefs`

Returns the payment auto recharge preferences.

## Response `200`

Successful response

- object
  - `data` AutoRechargePref
    - `id` string — The unique identifier for the auto recharge preference.
    - `record_type` string — The record type.
    - `threshold_amount` string — The threshold amount at which the account will be recharged.
    - `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.
    - `enabled` boolean — Whether auto recharge is enabled.
    - `invoice_enabled` boolean
    - `preference` 'credit_paypal' | 'ach' — The payment preference for auto recharge.

## Other responses

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

---

[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/versions/8f5f4e537994/schema)
