v1
latestOpenAPI 3.1.02026-07-2656258207.2 KBBanks
Retrieve banks
Retrieve supported banks by country.
get/banks
Query parameters
country'CM' | 'CI' | 'CG' | 'EG' | 'ET' | 'GA' | 'GH' | 'IN' | 'KE' | 'MW' | 'NG' | 'RW' | 'SL' | 'SN' | 'TD' | 'TZ' | 'UG' | 'US' | 'ZA' | 'ZM' required
ISO 2 country code.
Headers
X-Trace-Idstring
A unique identifier to track this operation. It must be between 12 and 255 characters in length.
Response
OK
Example response
{
"data": [
{
"id": "bnk_cYjd92Qk",
"code": "035",
"name": "Access Bank"
}
]
}