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

Headers

x-admin-api-keystringRequired

Query Parameters

countrySymbolenumOptional

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

Response

Available banks
object

All banks organized by country (when no countrySymbol provided)

OR
list of objects

Banks for specific country (when countrySymbol provided)

Errors