Credit Bureau(Mashup)

Get Credit bureau statement

POST 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

NameTypeDescription

x-api-key*

string

<your secret key>

app-id*

String

<your app id>

Request Body

NameTypeDescription

number*

string

BVN

customer_reference*

String

customer reference

customer_name*

String

customer name

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

Last updated