# Verify BVN

## Verify Customer BVN details

<mark style="color:green;">`POST`</mark> `https://sagecloud.ng/api/v2/kyc/verify-bvn`

This endpoint allows you to verify customer bvn details

#### Headers

| Name          | Type   | Description             |
| ------------- | ------ | ----------------------- |
| Authorization | string | Check the Headers page. |

#### Request Body

| Name                                     | Type   | Description                                |
| ---------------------------------------- | ------ | ------------------------------------------ |
| bvn<mark style="color:red;">\*</mark>    | string | Customer BVN                               |
| phone<mark style="color:red;">\*</mark>  | string | Customer Phone Number                      |
| amount<mark style="color:red;">\*</mark> | String | Amount shown from the waec-lookup response |

{% tabs %}
{% tab title="200 Below is a sample response." %}

```
{
    "success": true,
    "message": "BVN Verification Completed Successfully",
    "data": {
        "request_reference": "3wKwKW719640695",
        "bvn_number": "11223344556",
        "name_on_card": "VON MATTERHON LORENZO",
        "enrolment_branch": "GBAGI",
        "enrolment_bank": "035",
        "formatted_registration_date": null,
        "level_of_account": "Level 1 - Low Level Accounts",
        "nin": "",
        "watchlisted": null,
        "verification_status": "VERIFIED",
        "service_type": "BVN Verification without Image",
        "personal_info": {
            "first_name": "LORENZO",
            "middle_name": "VON",
            "last_name": "MATTERHON",
            "full_name": "LORENZO VON MATTERHON",
            "email": "",
            "gender": "Male",
            "phone_number": "08822334455",
            "phone_number_2": null,
            "date_of_birth": "29-Jul-1982",
            "formatted_date_of_birth": "July 29, 1982",
            "lga_of_origin": "Ibadan North-East",
            "state_of_origin": "Oyo State",
            "nationality": "Nigeria",
            "marital_status": "Single"
        },
        "residential_info": {
            "state_of_residence": "Oyo State",
            "lga_of_residence": "Ibadan North-East",
            "residential_address": "2,ELEWEDU STR"
        }
    }
}
```

{% endtab %}

{% tab title="401 " %}

```
{    
    "message": "Unauthenticated."
}
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: 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:

```
GET https://capitalsage.gitbook.io/sagecloud/kyc/verify-bvn.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
