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
object

All banks organized by country (when no countrySymbol provided)

OR
list of objects

Banks for specific country (when countrySymbol provided)

Errors

400
Get Available Banks Request Bad Request Error
404
Get Available Banks Request Not Found Error
500
Get Available Banks Request Internal Server Error