Individual
CRC Credit Score
Retrieve an individual’s FICO credit score from the CRC bureau using their BVN.
POST
CRC Credit Score
The CRC Credit Score endpoint returns an individual’s FICO credit score from the CRC bureau, along with a rating, contributing factors, and loan summary.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.score.totalNoOfDelinquentFacilities | number | Number of delinquent facilities |
data.score.hasLoans | string | Whether the individual has active loans ("YES" or "NO") |
data.score.ficoScore.score | number | Numeric FICO credit score |
data.score.ficoScore.rating | string | Credit rating (e.g. "GOOD", "FAIR", "POOR") |
data.score.ficoScore.reasons | string | Factors influencing the score |
data.score.lastReportedDate | string | Most recent bureau report date |
data.score.crcReportOrderNumber | string | CRC report order number |

