---
title: "Get Pay by Bank List"
method: GET
path: "/v2/moneyins/paybybank/transfer/banks"
tags: ["MoneyIns | Pay by Bank"]
---

# Get Pay by Bank List

`GET /v2/moneyins/paybybank/transfer/banks`

Returns the list of supported Banks to make Pay By Bank transfers. This method enables you to design, customize and host a bank selection site, or alternatively a bank's bankid can be retrieved from the bank list.
id can then be used to send your end-user directly to their bank website. <br /><br /><b>How does it work?</b><br />

1. Call the method GET /v2/moneyins/paybybank/transfer/banks. Ensure that you use the bank's country code in the Query Parameters to retrieve a list of banks. <br /><p></p><b>Note:</b> If you want a comprehensive list of all supported banks do not specify a country code. <br /><b>Note:</b> Currently there is not a way to search for a specific bank in a country. Therefore when you create the query FR for example, a list of French banks is displayed in the response. You will be then required to identify the end-user's bank. <br /><p></p>
2. If you have your end-user's bankId, and would like to direct them their bank each time they select Pay by Bank on your website: <br /><ul><li>Use the method POST v2/moneyins/paybybank/transfer/init using the bankId in the request body. You can then use the redirectURL and id (from the response) to send the end-user directly to their bank without them ever using a bank selection process.</li></ul>

## Query parameters

- `countryCodes` string

## Headers

- `Authorization` string, required
- `PSU-Accept-Language` string
- `PSU-IP-Address` string, required
- `PSU-User-Agent` string

## Response `200`

OK

- GetMoneyInBanksOutput
  - `banks` object
  - `error` Error
    - `code` integer
    - `message` string
    - `psp` PSP
      - `message` string — Get the Error Message from PSP

## Other responses

- `401` — Unauthorized
- `500` — InternalServerError

---

[API](https://skmtc.net/lemonway/apis/account-onboarding-management-api.md) · [All operations](https://skmtc.net/lemonway/apis/account-onboarding-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lemonway/account-onboarding-management-api/revisions/73309fe68e2d/schema)
