BVN - Credit Bureau

POST {{BASE_URL}}/api/v2/biometrics/merchant/custom/bvn_w_credit

Retrieve BVN and Credit Bureau information using a Bank verification number

Headers

NameTypeDescription

x-api-key*

String

<your secret key>

app-id*

String

<your app id>

Request Body

NameTypeDescription

number*

String

<bank verification number>

{
    "status": true,
    "response_code": "00",
    "detail": "Verification Successful",
    "data": {
        "bvn_data": {
            "bvn": "",
            "firstName": "",
            "middleName": "",
            "lastName": "",
            "dateOfBirth": "",
            "registrationDate": "",
            "enrollmentBank": "",
            "enrollmentBranch": "",
            "email": "",
            "gender": "",
            "levelOfAccount": "",
            "lgaOfOrigin": "",
            "lgaOfResidence": "",
            "maritalStatus": "",
            "nin": "",
            "nameOnCard": "",
            "nationality": "",
            "phoneNumber1": "",
            "phoneNumber2": "",
            "residentialAddress": "",
            "stateOfOrigin": "",
            "stateOfResidence": "",
            "watchListed": "",
            "base64Image":"",
            "title": ""
        },
        "credit_data": {
            "Bvn": "",
            "Phonenumber": "",
            "LinkedAccounts": "9",
            "FullName": "",
            "DateOFBirth": "",
            "Gender": "",
            "LinkedEmail": null,
            "IsLoan": "",
            "LoanAmounts": "",
            "LastUpdatedDate": "",
            "Score": null,
            "Delinquency": "",
            "PerformanceSummary": [
                {
                    "ACCOUNT_BALANCE": "0",
                    "APPROVED_AMOUNT": "",
                    "DATA_PRDR_ID": "",
                    "DISHONORED_CHEQUES_COUNT": "0",
                    "FACILITIES_COUNT": "",
                    "INSTITUTION_NAME": "",
                    "NONPERFORMING_FACILITY": "0",
                    "OVERDUE_AMOUNT": "0",
                    "PERFORMING_FACILITY": "1"
                },
                 
              ........
            ]
        }
    },
    "verification": {
        "status": "",
        "reference": ""
    }
}

Last updated