Get available banks

Retrieve list of available banks. Returns sandbox data in non-production environments and production data in production environment.

  • When no countrySymbol is provided: returns all banks organized by country
  • When countrySymbol is provided: returns only banks for that specific country

Query parameters

countrySymbolenumOptional

Filter banks by country symbol (ISO 3166-1 alpha-2 code)

Response

Available banks
GenericCountryBanksDtoobject

All banks organized by country (when no countrySymbol provided)

OR
CountriesGetAvailableBanksResponse2001list of objects

Banks for specific country (when countrySymbol provided)

Errors