SME CRC
GET: https://api.creditchek.africa/v1/credit/sme/crc?business_reg_no=RC123456
Sample request reg_no: RC123456
Request Parameters
Name | Position | Required | Description |
---|---|---|---|
token | Headers | True | app public key |
business_reg_no | query | True | business rc number |
Example Request
---
curl --location --request GET 'https://api.creditchek.africa/v1/credit/sme/crc?business_reg_no=RC123456'
---
Response
{
"status": true,
"data": {
"_id": "636e768d8215a2e2fb06cfde",
"business_reg_no": "RC123456",
"businessId": "62572fe658ceba00141a1396",
"name": "CAPITALFIELD ASSET MGT LTD",
"phone": "23408036732620",
"dateOfRegistration": "2003-08-20",
"address": "ELEGANZA HOUSE,15B JOSEPH WESLEY STR.BROAD STREET 025 NG LAGOS NIGERIA ",
"score": {
"totalNoOfDelinquentFacilities": 1,
"lastReportedDate": "10/Nov/2022",
"totalNoOfLoans": 24,
"totalNoOfInstitutions": 12,
"totalBorrowed": 567401372,
"totalOutstanding": 19732,
"totalOverdue": 19754,
"totalNoOfPerformingLoans": 23,
"totalNoOfClosedLoans": 17,
"totalNoOfActiveLoans": 7,
"crcReportOrderNumber": "W-0063381978/2022",
"highestLoanAmount": 22980000,
"creditEnquiries": false,
"creditProfileOverview": false,
"loanPerformance": false,
"loanHistory": false
},
"lastUpdatedAt": "2022-11-13T22:49:52.809Z",
"searchedDate": "2022-11-13T22:49:52.809Z"
},
"message": "Request successful",
"error": false
}