> 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/products/data-verification/nigeria/bvn-verification/bvn.md).

# BVN 2.0 + (Face Validation)

{% hint style="info" %}
Test Data:&#x20;

&#x20;      bvn: 54651333604

image: <https://res.cloudinary.com/dh3i1wodq/image/upload/v1675417496/cbimage_3_drqdoc.jpg>
{% endhint %}

## Verify user's BVN&#x20;

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

#### Query Parameters

| Name                                     | Type   | Description                |
| ---------------------------------------- | ------ | -------------------------- |
| number<mark style="color:red;">\*</mark> | string | bank verification number   |
| image<mark style="color:red;">\*</mark>  | string | image url(png,jpeg,base64) |

#### 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>     |

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

```
{
    "status": true,
    "detail": "Verification Successfull",
    "face_data": {
        "status": true,
        "message": "Face Match"
    },
    "bvn_data": {
        "firstName": "",
        "middleName": "",
        "lastName": "",
        "dateOfBirth": "",
        "phoneNumber1": "",
        "phoneNumber2": "",
        "registrationDate": "",
        "enrollmentBank": "",
        "enrollmentBranch": "",
        "email": "",
        "gender": "",
        "levelOfAccount": "",
        "lgaOfOrigin": "",
        "lgaOfResidence": "",
        "maritalStatus": "",
        "nin": "",
        "nameOnCard": "",
        "nationality": "",
        "residentialAddress": "",
        "stateOfOrigin": "",
        "stateOfResidence": "",
        "title": "",
        "watchListed": "",
        "bvn": "",
        "base64Image": "user image(base64 format)"
        },
    "verification": {
        "status": "",
        "reference": ""
    }
}
```

{% endtab %}
{% endtabs %}
