Skip to main content

First Central Nano

GET: https://api.creditchek.africa/v1/credit/firstCentral-nano?bvn=12345678901

Request Parameters

NamePositionRequiredDescription
tokenHeadersTrueapp public key
bvnqueryTrueuser bvn
Example Request
---
curl --location --request GET 'https://api.creditchek.africa/v1/credit/firstCentral-nano?bvn=12345678901'
---
Response
{
"status": true,
"data": {
"_id": "635a88d8e58b90efc44cd05e",
"bvn": "12345678901",
"businessId": "6287757348cc6c0013f4d0a0",
"name": "AUGUSTINE NNAMDI ASIEGBU",
"phone": "0803xxxx546",
"gender": "Female",
"dateOfBirth": "06/04/1974",
"address": "cal",
"email": "",
"score": {
"totalNoOfLoans": 5,
"totalNoOfDelinquentFacilities": 1,
"totalNoOfOverdueAccounts": "1",
"totalNoOfPerformingLoans": 7,
"totalOverdue": "0.00",
"totalOutstanding": "833,333.00",
"totalMonthlyInstallment": "1,118,357.00",
"accountRating": "59",
"firstCentralEnquiryResultID": 24327732,
"firstCentralEnquiryEngineID": 178535216
},
"lastUpdatedAt": "2022-10-27T09:40:22.008Z",
"searchedDate": "2022-10-27T13:34:16.665Z"
},
"message": "Request successful",
"error": false
}