Get Nuban Banks

Get Bank List

GET https://vapi.verifyme.ng/v1/bvn-nuban/banks

This endpoint allows you to get the list of all Nigerian banks

Path Parameters

NameTypeDescription

Authentication

string

Authorization Token

{
  "status": "success",
  [
    {
       "code": 120001,
       "name": "9 Payment Service Bank"
     },
     {
       "code": "090270",
       "name": "AB Microfinance bank"
     },
    ...
  ]
}

Last updated