---
title: "List Payment Methods"
method: GET
path: "/v3/config/payment-methods"
tags: ["Configuration"]
---

# List Payment Methods

`GET /v3/config/payment-methods`

Retrieves supported payment methods for deposit or withdraw.

## Query parameters

- `direction` 'deposit' | 'withdraw', required
- `currency` string
- `limit` integer
- `page` integer
- `headlessMode` boolean
- `userType` 'individual' | 'business'

## Headers

- `MID` string, required

## Response `200`

List of payment methods

- object
  - `status` string
  - `data` object[]
    - `name` string
    - `paymentCode` string
    - `paymentType` string
    - `logoUrl` string
    - `minAmount` number
    - `maxAmount` number
    - `supportedCurrencies` string[]
    - `additionalDetails` object
  - `pagination` object
    - `total` integer
    - `pages` integer
    - `currentPage` integer
    - `limit` integer
    - `hasNext` boolean
    - `hasPrev` boolean

## Other responses

- `400` — Request containing missing or invalid parameters.
- `404` — Payment methods not configured.

---

[API](https://skmtc.net/transfi/apis/transfi-single-integrated-api.md) · [All operations](https://skmtc.net/transfi/apis/transfi-single-integrated-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfi/transfi-single-integrated-api/versions/adb1b62e58cf/schema)
