Skip to main content

Premium Bank List

Premium Bank Listโ€‹

Lists the banks accepted by Premium Bank Account Verification. Returns { name, code } โ€” a different shape from the basic list, and the two are not interchangeable.

GET /api/v1/id-verifications/identity/ng/premium-bav/banks

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

Requires the KYC_NG_VERIFY and KYC_RESULT_VIEW permissions.

Exampleโ€‹

Response
{
"status": 200,
"data": [
{
"name": "Sterling Bank",
"code": "000001"
},
{
"name": "Bosak Microfinance Bank",
"code": "090176"
},
{
"name": "Lapo Microfinance Bank",
"code": "090177"
},
{
"name": "GreenBank Microfinance Bank",
"code": "090178"
},
"\u2026"
],
"message": "Successfull!",
"code": "info"
}