Bank Code
Get bank code
Returns all bank codes for a given country. This endpoint is currently limited to Nigeria(NGN) and South Africa(ZAR) only.
get/bank/bankcode
Query parameters
country'NG' | 'ZA' required
The country to get the bank codes for. Use 'NG' for Nigeria and 'ZA' for South Africa.
Response
Bank code response
Example response
{
"status": "ok",
"message": "all bank codes retrieved successfully",
"data": [
{
"bankName": "KUDA MICROFINANCE BANK",
"nipBankCode": "090267"
}
]
}Changes
Changed in 2 of the 32 revisions of this API.15
- ▲
added the new required
queryrequest parametercountrynew-required-request-parameter
- ○
the endpoint scheme security
ApiKeyAuthwas removed from the APIapi-security-removed
- ○
the endpoint scheme security
bearerAuthwas removed from the APIapi-security-removed
- ○
api tag
Bank Codeaddedapi-tag-added
- ○
api tag
Bank Accountremovedapi-tag-removed
- ▲
- ○
endpoint added
endpoint-added
- ○