---
title: "View supported banks for Pay by Bank"
method: GET
path: "/v2.01/{ClientId}/payment-methods/openbanking/metadata/supported-banks"
tags: ["payByBank"]
---

# View supported banks for Pay by Bank

`GET /v2.01/{ClientId}/payment-methods/openbanking/metadata/supported-banks`

Retrieve supported banks to present to a user for Pay by Bank pay-ins

This endpoint allows you to retrieve a paginated list of banks that you can present to the user for selection during their Pay by Bank checkout experience. Once they have selected their bank, and optionally the scheme, submit the data of their selection to the [POST Create a Pay by Bank PayIn](/api-reference/pay-by-bank/create-pay-by-bank-payin) endpoint. [Read the guide](/guides/payment-methods/banking/pay-by-bank) **&rarr;**

## Path parameters

- `ClientId` string, required

## Query parameters

- `CountryCodes` string
- `per_page` integer
- `page` integer

## Headers

- `Authorization` string, required

## Response `200`

Success

- ViewSupportedBanksForPayByBankResponse
  - `SupportedBanks` ViewSupportedBanksForPayByBankResponseSupportedBanks — The supported banks listed by country.
    - `Countries` ViewSupportedBanksForPayByBankResponseSupportedBanksCountriesItems[] — Array of objects listing the paginated `Banks` per `Country`.
      - `Banks` ViewSupportedBanksForPayByBankResponseSupportedBanksCountriesItemsBanksItems[] — List of paginated banks for the country. Display the list of banks for the user to choose before submitting their selection in the [POST Create a Pay by Bank PayIn](/api-reference/pay-by-bank/create-pay-by-bank-payin) request.
        - `BankName` string — The bank's `BankName` to identify it in the pay-in request.
        - `Scheme` string[] — List of `Scheme` values supported by the bank, which can be presented to the user for selection before submission in the pay-in request.
        - `Name` string — The bank's display name to show to the user for selection.
      - `Country` string — The `Country` value for the paginated list of `Banks` objects.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/mangopay/apis/api-reference.md) · [All operations](https://skmtc.dev/mangopay/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mangopay/api-reference/revisions/956211a94070/schema)
