> For the complete documentation index, see [llms.txt](https://developer.myidentitypass.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.myidentitypass.com/v1/data-verification-1/data-verification/nigeria/bank-account-verification-1/get-bank-codes.md).

# Get Bank Codes

<mark style="color:blue;">`GET`</mark> `{{URL}}/api/v1/biometrics/merchant/data/verification/bank_code`

Get all available banks.

#### Headers

| Name                                        | Type   | Description     |
| ------------------------------------------- | ------ | --------------- |
| x-api-key<mark style="color:red;">\*</mark> | String | your secret key |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "status": true,
    "message": "Data Retreived",
    "response_code": "00",
    "data": [
        {
            "name": "Abbey Mortgage Bank",
            "slug": "abbey-mortgage-bank",
            "code": "801",
            "longcode": "",
            "gateway": null,
            "pay_with_bank": false,
            "active": true,
            "is_deleted": false,
            "country": "Nigeria",
            "currency": "NGN",
            "type": "nuban",
            "id": 174,
            "createdAt": "2020-12-07T16:19:09.000Z",
            "updatedAt": "2020-12-07T16:19:19.000Z"
        },
        .....
        ]
   }
```

{% endtab %}
{% endtabs %}
