# BVN 1.0

{% hint style="info" %}
Test data: 54651333604
{% endhint %}

## Validate BVN

<mark style="color:green;">`POST`</mark> `https://api.myidentitypay.com/api/v2/biometrics/merchant/data/verification/bvn_validation`

This endpoint allows you to validate BVN

#### Headers

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

#### Request Body

| Name                                     | Type   | Description              |
| ---------------------------------------- | ------ | ------------------------ |
| number<mark style="color:red;">\*</mark> | string | bank verification number |

{% tabs %}
{% tab title="200 Verification successful." %}

```
{
    "status": true,
    "response_code":"00"
    "detail": "Verification Successfull",
    "bvn_data": {
        "firstName": "",
        "lastName": "",
        "dateOfBirth": "",
        "phoneNumber": ""
    },
    "verification": {
        "status": "",
        "reference": ""
    }
}
```

{% endtab %}
{% endtabs %}
