# Get Bank Codes (Advance)

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

Get all available banks. \
\
For **Account Number 2.0** only.

#### 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",
            "code": "611ff0ff412b11f1b214406c"
        },
        .....
        ]
   }
```

{% endtab %}
{% endtabs %}
