Skip to main content
GET/api/v1/fico_score
Pull a customer’s credit profile from the Nigerian bureaus using their BVN. Two views: a single FICO-style score with a rating, or a full multi-bureau summary of loans, enquiries and creditors.

Headers

Query parameters

Credit Score response

GET /api/v1/fico_score returns an entity with the customer’s identity (masked bvn, name, phone, gender, date of birth, address) and a score object holding the ficoScore — its numeric score, a rating (e.g. AVERAGE) and the reasons behind it — plus delinquency counts and the last reported date.

Credit Summary

Call GET /api/v1/credit_bureau with the same bvn for an aggregated view across the bureaus (CRC, CREDIT_REGISTRY, FIRST_CENTRAL). Inside score, bureauStatus reports per-bureau success, and metrics like loanHistory, creditEnquiries, creditors, totalNoOfActiveLoans and totalOutstanding are each an array of { source, value } objects keyed by bureau. Response trimmed below.
200 — /api/v1/credit_bureau

Errors