---
title: "Get Payment Methods"
method: GET
path: "/cabinet/balance/payment-methods"
tags: ["Cabinet Balance"]
---

# Get Payment Methods

`GET /cabinet/balance/payment-methods`

Get available payment methods for the current user.

Uses PaymentMethodConfig from database for:
- Sort order (sort_order)
- Enabled/disabled status (is_enabled)
- Display names (display_name with fallback to env)
- Min/max amounts (with fallback to env defaults)
- Sub-options filtering (sub_options)
- User filters (user_type_filter, first_topup_filter, promo_group_filter)

## Response `200`

Successful Response

- PaymentMethodResponse[]
  - `id` string, required
  - `name` string, required
  - `description` string, nullable
  - `min_amount_kopeks` integer, required
  - `max_amount_kopeks` integer, required
  - `is_available` boolean
  - `options` object[], nullable

---

[API](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api.md) · [All operations](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bedolagam/remnawave-bot-admin-api/revisions/45956d1b13ec/schema)
