| entity | object | Contains the credit score response data |
| entity.bvn | string | The Bank Verification Number |
| entity.name | string | Full name of the individual |
| entity.phone | string | Phone number associated with the BVN |
| entity.gender | string | Gender of the individual |
| entity.dateOfBirth | string | Date of birth of the individual (DD/MM/YYYY) |
| entity.address | string | Registered address of the individual |
| entity.email | string | Email address of the individual (may be empty) |
| entity.score | object | Credit score and loan summary |
| entity.score.totalNoOfDelinquentFacilities | number | Total number of delinquent (defaulting) credit facilities |
| entity.score.hasLoans | string | Whether the individual has loans (YES or NO) |
| entity.score.ficoScore | object | FICO credit score details |
| entity.score.ficoScore.score | number | Numeric FICO score (typically 300β850) |
| entity.score.ficoScore.rating | string | Credit rating category (e.g., AVERAGE, GOOD, POOR) |
| entity.score.ficoScore.reasons | string | Explanation of factors affecting the credit score |
| entity.score.lastReportedDate | string | Date of the most recent credit report entry (DD-MMM-YYYY) |
| entity.score.crcReportOrderNumber | string | CRC report order reference number |
| entity.searchedDate | string | ISO 8601 timestamp of when the query was performed |
| entity.customer_id | string | Unique customer identifier for the query |