---
title: "GET /v2/payment-methods/{currencyFrom}/{currencyTo}"
method: GET
path: "/v2/payment-methods/{currencyFrom}/{currencyTo}"
tags: ["Pay methods"]
---

# GET /v2/payment-methods/{currencyFrom}/{currencyTo}

`GET /v2/payment-methods/{currencyFrom}/{currencyTo}`

Getting the list of available payment methods

## Path parameters

- `currencyFrom` string, required
- `currencyTo` string, required

## Headers

- `X-Referer` string
- `X-User-IP` string
- `X-Partner-User-Id` string

## Response `200`

Returns available payment methods for currency pair

- object
  - `data` object[] — Get the list of available payment methods
    - `paymentMethod` string — Payment method identifier
    - `displayName` string — Payment method name
    - `id` string — Payment method identifier
    - `name` string — Payment method name
    - `icon` string, nullable — Link to the payment method icon image
    - `minAmount` object — Minimum transaction amount and currency for the payment method
      - `amount` string — Minimum amount of a transaction that can be created via the payment method
      - `currencyCode` string — Fiat currency code in ISO alpha-3 format
    - `maxAmount` object — Maximum transaction amount and currency for the payment method
      - `amount` string — Maximum amount of a transaction that can be created via the payment method
      - `currencyCode` string — Fiat currency code in ISO alpha-3 format
    - `fees` object — Fees applied to a transaction created via the payment method
      - `isPercent` boolean — Defines whether the fee is set as a percentage
      - `total` string — Total fee amount or percentage
      - `currencyCode` string, nullable — Fiat currency code in ISO alpha-3 format
    - `labels` string[] — List of payment method labels displayed on widget UI.

## Other responses

- `403` — Invalid API key or access disabled
- `404` — Payment methods not found.
- `422` — Validation error
- `503` — Maintenance status

---

[API](https://skmtc.dev/payb/apis/widget.md) · [All operations](https://skmtc.dev/payb/apis/widget/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payb/widget/revisions/2c2cf39656c5/schema)
