CRC
GET: https://api.creditchek.africa/v1/credit/crc?bvn=12345678901
Sample request BVN: 12345678901 and 98765432101
Request Parameters
Name | Position | Required | Description |
---|---|---|---|
token | Headers | True | app public key |
bvn | query | True | user bvn |
Example Request
---
curl --location --request GET 'https://api.creditchek.africa/v1/credit/crc?bvn=12345678901' \
--header 'token: {{token}}'
---
Response
{
"status": true,
"data": {
"bvn": "12345678901",
"customerId": "111201xxxxxx2488",
"businessId": "628938xxxxxxxxx0013f4d10f",
"name": "OLADAYO KADIR EZE",
"gender": "MALE",
"dateOfBirth": "01-JUL-1901",
"address": "null",
"phone": "081123467890",
"address": "49 Afolobi Brown Street Akoka Yaba Lagos",
"searchedDate": "2022-07-01T12:59:00.463Z",
"score": {
"totalNoOfDelinquentFacilities": "0",
"lastReportedDate": "31-MAY-2022",
"totalNoOfLoans": "11",
"totalNoOfInstitutions": "4",
"totalNoOfActiveLoans": "9",
"totalBorrowed": "6,629,385",
"totalOutstanding": "489,295",
"totalOverdue": "0",
"maxNoOfDays": "0",
"totalNoOfClosedLoans": 2,
"crcReportOrderNumber": "W-0055132195/2022"
},
},
"message": "Request successful",
"error": false
}