Individual
Credit Registry Credit Summary
Retrieve an individual’s credit summary from the Credit Registry bureau using their BVN.
POST
Credit Registry Summary
The Credit Registry Credit Summary endpoint returns a summary of an individual’s credit-related activities from the Credit Registry 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.score.totalNoOfLoans | number | Total loans on record |
data.score.totalNoOfActiveLoans | number | Currently active loans |
data.score.totalNoOfClosedLoans | number | Closed loans |
data.score.totalBorrowed | number | Total amount borrowed |
data.score.totalOutstanding | number | Total outstanding balance |
data.score.totalNoOfDelinquentFacilities | number | Number of delinquent facilities |
data.score.highestLoanAmount | number | Highest single loan amount |
data.searchedDate | string | Date this report was retrieved |

