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

# List IBAN Payment Methods

`GET /v3/config/payment-methods/iban`

Retrieves supported IBAN payment methods and required fields for virtual IBAN creation.

## Query parameters

- `currency` string
- `beneficiaryType` 'individual' | 'business'
- `limit` integer
- `page` integer

## Headers

- `MID` string, required

## Response `200`

List of supported IBAN payment methods

- object
  - `status` string
  - `data` object[]
    - `name` string
    - `paymentCode` string
    - `paymentType` string
    - `logoUrl` string
    - `minAmount` number
    - `maxAmount` number
    - `currency` string
    - `requiredFields` object
      - `customer` object
    - `iframeSupport` boolean
    - `customerPaymentType` 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` — No IBAN payment methods available for the requested currency and beneficiary type.

---

[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/revisions/adb1b62e58cf/schema)
