Individual
CRC Credit History
Retrieve an individual’s credit history summary from the CRC bureau using their BVN.
POST
CRC Credit History
The CRC Credit History endpoint returns a summary of an individual’s credit-related activities from the CRC bureau, including loan totals, repayment status, and outstanding balances.Documentation Index
Fetch the complete documentation index at: https://docs.smartcomply.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request
Headers
| Header | Value | Required |
|---|---|---|
x-access-token | Your API secret key | Yes |
Content-Type | application/json | Yes |
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
bvn | string | Yes | The individual’s 11-digit Bank Verification Number |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.name | string | Full name |
data.gender | string | Gender |
data.dateOfBirth | string | Date of birth |
data.score.totalNoOfLoans | string | Total loans on record |
data.score.totalNoOfActiveLoans | string | Currently active loans |
data.score.totalNoOfClosedLoans | number | Closed loans |
data.score.totalBorrowed | string | Total amount borrowed |
data.score.totalOutstanding | string | Total outstanding balance |
data.score.totalOverdue | string | Total overdue amount |
data.score.totalNoOfDelinquentFacilities | string | Number of delinquent facilities |
data.score.lastReportedDate | string | Most recent bureau report date |
data.score.crcReportOrderNumber | string | CRC report order number |
data.searchedDate | string | Date this report was retrieved |

