What are the lists of banks and markets Ivy supports under open banking
Last updated: June 12, 2026
You can view the full list of banks and markets supported by Ivy under Open Banking directly in the Merchant Dashboard.
How to view supported banks:
Log in to the Merchant Dashboard.
From the left-hand menu, click Settings.
Select Checkout.
Under Availability you can see active markets and active banks.
Alternative: Using the Banks API
For programmatic access to the bank list, you can use the Banks API with the following endpoints:
List banks:
POST /api/service/banks/listFilter by
market(e.g.,GBfor United Kingdom) andsupportedPaymentSchemes(e.g.,FASTER_PAYMENTS)
Get bank details:
POST /api/service/banks/detailsSearch banks:
POST /api/service/banks/search(optional)You can view these in our Ivy docs
This method is useful for technical integrations or when you need to filter banks by specific criteria programmatically.
The list of banks displayed is filtered based on the markets you have enabled in your settings.
When you add a new market, the banks available in that market will automatically appear in this list.
What information is shown:
For each bank, the dashboard displays:
Bank name
Markets
Available payment schemes
Supported currencies
Status
This view provides the most up-to-date information on Ivy’s Open Banking coverage.