Skip to main content

Bank List

Bank Listโ€‹

Lists the Kenyan banks accepted by Bank Account Verification. Call this first to get the bankId you need.

GET /api/v1/id-verifications/identity/ke/banks

Authenticate with your API key (x-api-key) or a bearer token.

Requires the KYC_KE_VERIFY and KYC_RESULT_VIEW permissions.

Exampleโ€‹

Response
{
"status": 200,
"data": [
{
"id": "1",
"name": "KCB"
},
{
"id": "2",
"name": "Standard Chartered Bank"
},
{
"id": "3",
"name": "Absa Bank"
},
{
"id": "4",
"name": "Bank of India"
},
"\u2026"
],
"message": "Successfull!",
"code": "info"
}