Response

Periculum

{
    "key": 1,
    "statementKey": 1,
    "bvn": "12345******",
    "dateOfBirth": "15/03/1993",
    "gender": "Male",
    "businessId": "62f1xxxx12323",
    "fullName": "Michael Johnson",
    "phone": "00000000",
    "address": "ABC HOUSE,025 NG LAGOS NIGERIA ",
    "email": "",
    "data": [
        {
            "totalNoOfDelinquentFacilities": 0,
            "totalNoOfLoans": 3,
            "totalNoOfInstitutions": 3,
            "totalBorrowed": "2000000",
            "totalOutstanding": "44000",
            "totalOverdue": "0",
            "totalNoOfPerformingLoans": 3,
            "totalNoOfClosedLoans": 2,
            "totalNoOfActiveLoans": 1,
            "highestLoanAmount": 200000,
            "maxNoOfDays": 0,
            "totalMonthlyInstallment": "18000",
            "sourceType": "CREDIT_REGISTRY"
        }
    ]
}

Response Parameters

NameDescriptionType
statementKeyThe key of the statement to get the credit bureau data for.int
bvnstring
dateOfBirthstring
genderstring
businessIdstring
fullNamestring
phonestring
emailstring
data[i].totalNoOfDelinquentFacilitiesint
data[i].totalNoOfLoansint
data[i].totalNoOfInstitutionsint
data[i].totalBorrowedstring
data[i].totalOutstandingstring
data[i].totalOverduestring
data[i].totalNoOfPerformingLoansint
data[i].totalNoOfClosedLoansint
data[i].totalNoOfActiveLoansint
data[i].highestLoanAmountdouble
data[i].totalMonthlyInstallmentstring
data[i].maxNoOfDaysint
data[i].sourceTypestring