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": 3,
"totalNoOfLoans": 9,
"totalNoOfInstitutions": 2,
"totalBorrowed": "13558200",
"totalOutstanding": "5,493,350",
"totalOverdue": "5,200,160",
"totalNoOfPerformingLoans": 6,
"totalNoOfClosedLoans": 6,
"totalNoOfActiveLoans": 3,
"highestLoanAmount": 45194,
"maxNoOfDays": 0,
"totalMonthlyInstallment": "9500",
"totalNoOfOverdueAccounts": "3",
"firstCentralEnquiryResultID": "24327937",
"firstCentralEnquiryEngineID": "178572277",
"sourceType": "FIRST_CENTRAL"
}
]
}
Response Parameters
Name | Description | Type |
---|---|---|
statementKey | The key of the statement to get the credit bureau data for. | int |
bvn | string | |
dateOfBirth | string | |
gender | string | |
businessId | string | |
fullName | string | |
phone | string | |
string | ||
data[i].totalNoOfDelinquentFacilities | int | |
data[i].totalNoOfLoans | int | |
data[i].totalNoOfInstitutions | int | |
data[i].totalBorrowed | string | |
data[i].totalOutstanding | string | |
data[i].totalOverdue | string | |
data[i].totalNoOfPerformingLoans | int | |
data[i].totalNoOfClosedLoans | int | |
data[i].totalNoOfActiveLoans | int | |
data[i].highestLoanAmount | double | |
data[i].totalMonthlyInstallment | string | |
data[i].totalNoOfOverdueAccounts | string | |
data[i].firstCentralEnquiryResultID | string | |
data[i].firstCentralEnquiryEngineID | string | |
data[i].maxNoOfDays | int | |
data[i].sourceType | string |