cURL
curl --request GET \ --url https://api-prod.blaaiz.com/api/external/bank \ --header 'x-blaaiz-api-key: <api-key>'
[ { "id": "bank_123", "name": "78 Finance Company Limited", "code": "123456", "country": { "code": "NG", "name": "Nigeria" } } ]
Retrieve all supported banks. Filter by currency or country if desired.
Filter banks by currency code (e.g., NGN, USD, CAD)
Filter banks by country code (e.g., NG, US, CA)
2
Filter banks by country identifier
Banks retrieved successfully.
Unique identifier for the bank
Bank name
Bank code
Country identifier
National bank code
Country information for the bank (null when not set)
Show child attributes
Was this page helpful?