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

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

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

Getting the list of available payout 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 payout methods for currency pair

- object
  - `data` object[] — Get the list of available payout methods
    - `id` string — Payout method identifier
    - `name` string — Payout method name
    - `icon` string, nullable — Link to the payout method icon image
    - `minAmount` object — Minimum transaction amount and currency for the payout method
      - `amount` string — Minimum amount of a transaction that can be created via the payout method
      - `currencyCode` string — Fiat currency code in ISO alpha-3 format
    - `maxAmount` object — Maximum transaction amount and currency for the payout method
      - `amount` string — Maximum amount of a transaction that can be created via the payout method
      - `currencyCode` string — Fiat currency code in ISO alpha-3 format
    - `fees` object — Fees applied to a transaction created via the payout 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 payout method labels displayed on widget UI.

## Other responses

- `403` — Invalid API key or access disabled
- `404` — Payout 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)
