LogoLogo
Home
  • Youverify API Documentation
  • Getting Started
    • Getting your API Key
    • Getting your Public Merchant Key
    • Environment
    • Response Codes
  • Know Your Customer Services (KYC)
    • ID Document Verification (SDK)
      • Web SDK
      • iOS SDK
        • iOS Liveness SDK
        • iOS (Compat) Liveness SDK
        • iOS Document Capture SDK
      • Android SDK
        • Android Document Capture SDK
        • Android Liveness SDK
      • Document Capture Supported Countries
        • 🌏Asia
        • πŸ‡ͺπŸ‡ΊEurope
        • 🌎Latin America and the Caribbean
        • 🌍Middle East and Africa
        • 🌎North America
        • 🌏Oceania
    • ID Data Matching (eIDV)
      • 🌐Global
        • Supported Countries
      • πŸ‡ΏπŸ‡¦South Africa
        • Verify South African ID Number (SAID)
        • Verify South African Phone Number
        • Bank Account Verification
        • Proof of Address Verification
      • πŸ‡°πŸ‡ͺKenya
        • Verify International Passport
        • Verify Alien ID
        • Verify Drivers License
        • Verify Plate Number
        • Verify Collateral ID
        • Kenyan Bank Account Verification
          • Bank List
        • Credit History
        • Employment History
        • Verify Address Information
        • Verify Phone Number
        • Verify Identity Number
        • Verify Tax PIN
      • πŸ‡¬πŸ‡­Ghana
        • Verify International Passport
        • Verify Social Security and National Insurance Trust (SSNIT)
        • Verify Ghana Voters Card (GVC)
      • πŸ‡³πŸ‡¬Nigeria
        • Verify Bank Verification Number (BVN)
        • Verify Bank Verification Number (BVN Premium)
        • Verify Virtual National Identification Number (vNIN)
        • Verify National Identification Number (NIN)
        • Verify Nigerian Driver's License (Driver's License)
        • Advanced Phone Search
        • Verify Nigerian International Passport (Passport)
        • Verify Nigerian Permanent Voters Card (PVC)
        • Verify Phone Number
        • Individual Credit Report
        • Bank Account Verification
          • Basic Bank Account Verification
          • Bank List
            • Getting the list of Banks for Basic Bank Account
    • Facial Comparison
    • Retrieve an Identity
    • Identity History
  • Know Your Business Services (KYB)
    • 🌍Business Verification
    • 🌍Search for Businesses
    • Get Supported Countries and Regions
    • Retrieve Business details
    • Country-Specific KYB Services
      • πŸ‡³πŸ‡¬Nigeria
        • Tax Identification Number (TIN) Verification
      • πŸ‡ΏπŸ‡¦South Africa
        • Business Account Verification
        • Business Address Verification
  • Know Your Transaction Service (KYT)
    • Customer Management
      • Create an Individual Client
      • Create a Business Client
      • Initiate an Individual Client Assessment
      • Initiate an Business Client Assessment
      • Update a Client
      • Retrieve all Clients
      • Retrieve a Client
      • Delete a Client
    • Transaction Management
      • Create a Transaction
      • Retrieve an Evaluation
  • Risk Intelligence
    • Risk Intelligence: Initialise Risk Check
    • Retrieve Risk Intelligence Profile
    • Retrieve Risk Intelligence History
  • AML Services (Anti-Money Laundering)
    • PEP and Sanction Screening
      • Search using Name
        • Advanced Filters
      • Search using Identity
        • Advanced Filters
      • Search using Crypto
        • Advanced Filters
      • Retrieve a PEP and Sanction Screening Search
      • Screening Data Sources
      • Domestic PEP Search
    • Adverse Media Intelligence
    • Custom AML Watchlist
      • AML Watchlist (Sample list)
      • AML Watchlist Upload (Bulk Upload)
      • AML Watchlist Upload
      • Retrieve AML Watchlist
      • AML Watchlist Entity Update
      • AML Watchlist Entity Removal
  • Custom Workflow Builder (CWB)
    • CWB Webhook
    • CWB External API
      • Retrieve CWB History
      • Retrieve CWB Responses
      • Retrieve CWB Report
  • Youverify OS Error Codes
  • Webhooks
    • Know Your Customer Webhooks
      • Identity Verification
      • Address Verification
    • Know Your Transaction Webhooks
      • Customer Management Webhooks
        • Client Created
        • Client Updated
      • Alert Service Webhooks
        • Alert Created
        • Alert Triage Created
        • Alert Updated
      • Evaluation Webhooks
        • Evaluation Completed
        • Evaluation Started
        • Transaction Updated
  • Test Data
  • Our Legacy API and SDK
Powered by GitBook
On this page
  • Bank List Verification
  • Bank List Retrieval

Was this helpful?

  1. Know Your Customer Services (KYC)
  2. ID Data Matching (eIDV)
  3. Nigeria
  4. Bank Account Verification
  5. Bank List

Getting the list of Banks for Basic Bank Account

Bank List Verification

GET {{baseurl}}v2/api/identity/ng/bank-account-number/bank-list

Headers

Name
Type
Description

token*

String

API secret token

Bank List Retrieval

This is a request that shows the list of all the Nigerian banks and their code. The bank code is required to do a Bank account Verification.

 HTTP/1.1 200 OK
{
        "success": true,
        "statusCode": 200,
        "message": "Bank retrieved successfully",
        "data": [
            {
                "name": "Abbey Mortgage Bank",
                "slug": "abbey-mortgage-bank",
                "code": "801",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Above Only MFB",
                "slug": "above-only-mfb",
                "code": "51204",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Access Bank",
                "slug": "access-bank",
                "code": "044",
                "longCode": "044150149",
                "gateway": "emandate",
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Access Bank (Diamond)",
                "slug": "access-bank-diamond",
                "code": "063",
                "longCode": "063150162",
                "gateway": "emandate",
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "ALAT by WEMA",
                "slug": "alat-by-wema",
                "code": "035A",
                "longCode": "035150103",
                "gateway": "emandate",
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Amju Unique MFB",
                "slug": "amju-unique-mfb",
                "code": "50926",
                "longCode": "511080896",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "ASO Savings and Loans",
                "slug": "asosavings",
                "code": "401",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Bainescredit MFB",
                "slug": "bainescredit-mfb",
                "code": "51229",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Bowen Microfinance Bank",
                "slug": "bowen-microfinance-bank",
                "code": "50931",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Carbon",
                "slug": "carbon",
                "code": "565",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "CEMCS Microfinance Bank",
                "slug": "cemcs-microfinance-bank",
                "code": "50823",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Citibank Nigeria",
                "slug": "citibank-nigeria",
                "code": "023",
                "longCode": "023150005",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Coronation Merchant Bank",
                "slug": "coronation-merchant-bank",
                "code": "559",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Ecobank Nigeria",
                "slug": "ecobank-nigeria",
                "code": "050",
                "longCode": "050150010",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Ekondo Microfinance Bank",
                "slug": "ekondo-microfinance-bank",
                "code": "562",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Eyowo",
                "slug": "eyowo",
                "code": "50126",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Fidelity Bank",
                "slug": "fidelity-bank",
                "code": "070",
                "longCode": "070150003",
                "gateway": "emandate",
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Firmus MFB",
                "slug": "firmus-mfb",
                "code": "51314",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "First Bank of Nigeria",
                "slug": "first-bank-of-nigeria",
                "code": "011",
                "longCode": "011151003",
                "gateway": "ibank",
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "First City Monument Bank",
                "slug": "first-city-monument-bank",
                "code": "214",
                "longCode": "214150018",
                "gateway": "emandate",
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "FSDH Merchant Bank Limited",
                "slug": "fsdh-merchant-bank-limited",
                "code": "501",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Globus Bank",
                "slug": "globus-bank",
                "code": "00103",
                "longCode": "103015001",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "GoMoney",
                "slug": "gomoney",
                "code": "100022",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Guaranty Trust Bank",
                "slug": "guaranty-trust-bank",
                "code": "058",
                "longCode": "058152036",
                "gateway": "ibank",
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Hackman Microfinance Bank",
                "slug": "hackman-microfinance-bank",
                "code": "51251",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Hasal Microfinance Bank",
                "slug": "hasal-microfinance-bank",
                "code": "50383",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Heritage Bank",
                "slug": "heritage-bank",
                "code": "030",
                "longCode": "030159992",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Ibile Microfinance Bank",
                "slug": "ibile-mfb",
                "code": "51244",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Infinity MFB",
                "slug": "infinity-mfb",
                "code": "50457",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Jaiz Bank",
                "slug": "jaiz-bank",
                "code": "301",
                "longCode": "301080020",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Kadpoly MFB",
                "slug": "kadpoly-mfb",
                "code": "50502",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Keystone Bank",
                "slug": "keystone-bank",
                "code": "082",
                "longCode": "082150017",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Kredi Money MFB LTD",
                "slug": "kredi-money-mfb",
                "code": "50200",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Kuda Bank",
                "slug": "kuda-bank",
                "code": "50211",
                "longCode": "",
                "gateway": "digitalbankmandate",
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Lagos Building Investment Company Plc.",
                "slug": "lbic-plc",
                "code": "90052",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Links MFB",
                "slug": "links-mfb",
                "code": "50549",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Lotus Bank",
                "slug": "lotus-bank",
                "code": "303",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Mayfair MFB",
                "slug": "mayfair-mfb",
                "code": "50563",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Mint MFB",
                "slug": "mint-mfb",
                "code": "50304",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Paga",
                "slug": "paga",
                "code": "100002",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "PalmPay",
                "slug": "palmpay",
                "code": "999991",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Parallex Bank",
                "slug": "parallex-bank",
                "code": "104",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Parkway - ReadyCash",
                "slug": "parkway-ready-cash",
                "code": "311",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Paycom",
                "slug": "paycom",
                "code": "999992",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Petra Mircofinance Bank Plc",
                "slug": "petra-microfinance-bank-plc",
                "code": "50746",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Polaris Bank",
                "slug": "polaris-bank",
                "code": "076",
                "longCode": "076151006",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Providus Bank",
                "slug": "providus-bank",
                "code": "101",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "QuickFund MFB",
                "slug": "quickfund-mfb",
                "code": "51293",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Rand Merchant Bank",
                "slug": "rand-merchant-bank",
                "code": "502",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Rubies MFB",
                "slug": "rubies-mfb",
                "code": "125",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Sparkle Microfinance Bank",
                "slug": "sparkle-microfinance-bank",
                "code": "51310",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Stanbic IBTC Bank",
                "slug": "stanbic-ibtc-bank",
                "code": "221",
                "longCode": "221159522",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Standard Chartered Bank",
                "slug": "standard-chartered-bank",
                "code": "068",
                "longCode": "068150015",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Sterling Bank",
                "slug": "sterling-bank",
                "code": "232",
                "longCode": "232150016",
                "gateway": "emandate",
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Suntrust Bank",
                "slug": "suntrust-bank",
                "code": "100",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "TAJ Bank",
                "slug": "taj-bank",
                "code": "302",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Tangerine Money",
                "slug": "tangerine-money",
                "code": "51269",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "TCF MFB",
                "slug": "tcf-mfb",
                "code": "51211",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Titan Bank",
                "slug": "titan-bank",
                "code": "102",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Unical MFB",
                "slug": "unical-mfb",
                "code": "50871",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Union Bank of Nigeria",
                "slug": "union-bank-of-nigeria",
                "code": "032",
                "longCode": "032080474",
                "gateway": "emandate",
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "United Bank For Africa",
                "slug": "united-bank-for-africa",
                "code": "033",
                "longCode": "033153513",
                "gateway": "emandate",
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Unity Bank",
                "slug": "unity-bank",
                "code": "215",
                "longCode": "215154097",
                "gateway": "emandate",
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "VFD Microfinance Bank Limited",
                "slug": "vfd",
                "code": "566",
                "longCode": "",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Wema Bank",
                "slug": "wema-bank",
                "code": "035",
                "longCode": "035150103",
                "gateway": null,
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            },
            {
                "name": "Zenith Bank",
                "slug": "zenith-bank",
                "code": "057",
                "longCode": "057150013",
                "gateway": "emandate",
                "active": true,
                "country": "Nigeria",
                "currency": "NGN",
                "type": "nuban"
            }
        ],
        "links": []
HTTP/1.1 404 NotFound
{
  "success": false,
  "statusCode": 404,
  "message": "You have attempted to get a resource that does not exist.",
  "name": "ResourceNotFoundError",
  "data": {}
}

PreviousBank ListNextFacial Comparison

Last updated 4 months ago

Was this helpful?

πŸ‡³πŸ‡¬