The Bank Codes API allows merchants and developers to fetch a list of banks and their codes for a specified country. This is essential for payment integrations, bank selection UIs, and financial operations requiring bank identification.
Purpose: Retrieve up-to-date bank codes by country.
Target Audience: Fintech developers, payment integrators, internal teams building financial products.
Version: v2
Quickstart
Obtain an API bearer token (see Authentication below).
Make a POST request to /api/v2/banks/get-by-country with your country code.
Receive a list of banks and their codes in the response.
Prerequisites
Valid API credentials (bearer token).
Base URL: https://base-url-here.com
Internet access.
Authentication & Authorization
All requests require a valid Bearer Token in the Authorization header.
Login to your dashboard or contact support to obtain your API token.
Include the token in the header: Authorization: Bearer <your_token>
Security Best Practices: Never share your API token. Store it securely. Rotate tokens regularly. Tokens may expire or be revoked for security reasons.
Endpoint Reference
HTTP Method
POST
Endpoint URL
/api/v2/banks/get-by-country
Base URL
https://base-url-here.com
Description
Fetches a list of banks and their codes for a given country.