> For the complete documentation index, see [llms.txt](https://doc.youverify.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.youverify.co/know-your-customer-services-kyc/id-data-matching-eidv/nigeria/bank-account-verification/bank-list/getting-the-list-of-banks-for-basic-bank-account.md).

# Getting the list of Banks for Basic Bank Account

## Bank List Verification

<mark style="color:blue;">`GET`</mark> `{{baseurl}}v2/api/identity/ng/bank-account-number/bank-list`

#### Headers

| Name                                    | Type   | Description      |
| --------------------------------------- | ------ | ---------------- |
| token<mark style="color:red;">\*</mark> | String | API secret token |

### <mark style="color:green;">Bank List Retrieval</mark>

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.

{% tabs %}
{% tab title="Found Response" %}

```json
 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": []
```

{% endtab %}

{% tab title="Not Found Response" %}

```json
HTTP/1.1 404 NotFound
{
  "success": false,
  "statusCode": 404,
  "message": "You have attempted to get a resource that does not exist.",
  "name": "ResourceNotFoundError",
  "data": {}
}
```

{% endtab %}
{% endtabs %}

<br>

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.youverify.co/know-your-customer-services-kyc/id-data-matching-eidv/nigeria/bank-account-verification/bank-list/getting-the-list-of-banks-for-basic-bank-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
