CRC Nano
GET: https://api.creditchek.africa/v1/credit/crc-nano?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-nano?bvn=12345678901'
---
Response
{
"status": true,
"data": {
"_id": "62fb614f87d34cf04839be87",
"bvn": "12345678901",
"businessId": "6287757348cc6c0013f4d0a0",
"name": "AFOLABI OLUDAYO OWOLABI",
"gender": "MALE",
"dateOfBirth": "05-AUG-1975",
"address": "null",
"score": {
"totalNoOfDelinquentFacilities": 2,
"hasLoans": "YES",
"lastReportedDate": "30-JUN-2022",
"crcReportOrderNumber": "W-0057550730/2022"
},
"lastUpdatedAt": "2022-08-16T09:18:35.808Z",
"searchedDate": "2022-08-16T09:24:46.939Z"
},
"message": "Request successful",
"error": false
}