# Credit Bureau(Mashup)

## Get Credit bureau statement

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

This endpoint allows you to get credit bureau statement of a user and returns data for two credit sources

#### 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 | BVN                |
| customer\_reference<mark style="color:red;">\*</mark> | String | customer reference |
| customer\_name<mark style="color:red;">\*</mark>      | String | customer name      |

{% tabs %}
{% tab title="200 Verification Successfully retrieved" %}

```
{
    "status": true,
    "detail": "Verification Successful",
    "data": {
         
         "first_central":{},
         "credit_bureau":{}
    },
    ,
    "verification": {
        "status": "",
        "reference": ""
    }
}
```

{% endtab %}
{% endtabs %}
