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

Request Body

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

Last updated