Skip to main content
Use with the BVN Number

Request

[GET]
{{baseUrl}}/api/v1/fico_score
HeaderTypeDescription
AppIdstringCreate an app to get your app ID on dashboard here
AuthorizationstringPrivate/secret key. Use <key> not Bearer <key>

Query parameter

ParameterTypeDescriptionRequired
bvnstringBVN Number of Customerrequired

Sample response

Response
{
    "entity": {
        "bvn": "12345678901",
        "name": "Ndaka Kadir Hassan",
        "phone": "081234567789",
        "gender": "Male",
        "dateOfBirth": "18/02/1994",
        "address": "ELEGANZA HOUSE,15B JOSEPH WESLEY STR.BROAD STREET   025 NG   LAGOS NIGERIA ",
        "email": "",
        "score": {
            "totalNoOfDelinquentFacilities": 2,
            "hasLoans": "YES",
            "ficoScore": {
                "score": 610,
                "rating": "AVERAGE",
                "reasons": "There is serious delinquency on the accounts, adverse record or collection filed on the credit report. Lack of recent revolving/charge account information on the credit report. There is delinquency on the accounts on credit report. Lack of recent revolving/charge account information on the credit report."
            },
            "lastReportedDate": "30-APR-2021",
            "crcReportOrderNumber": "W-0032057385/2021"
        },
        "searchedDate": "2023-12-20T11:56:38.886Z",
        "customer_id": "25379c18-40a9-4b24-9504-fcdc0f1d47ab"
    }
}

Response Fields

FieldTypeDescription
entityobjectContains the credit score response data
entity.bvnstringThe Bank Verification Number
entity.namestringFull name of the individual
entity.phonestringPhone number associated with the BVN
entity.genderstringGender of the individual
entity.dateOfBirthstringDate of birth of the individual (DD/MM/YYYY)
entity.addressstringRegistered address of the individual
entity.emailstringEmail address of the individual (may be empty)
entity.scoreobjectCredit score and loan summary
entity.score.totalNoOfDelinquentFacilitiesnumberTotal number of delinquent (defaulting) credit facilities
entity.score.hasLoansstringWhether the individual has loans (YES or NO)
entity.score.ficoScoreobjectFICO credit score details
entity.score.ficoScore.scorenumberNumeric FICO score (typically 300–850)
entity.score.ficoScore.ratingstringCredit rating category (e.g., AVERAGE, GOOD, POOR)
entity.score.ficoScore.reasonsstringExplanation of factors affecting the credit score
entity.score.lastReportedDatestringDate of the most recent credit report entry (DD-MMM-YYYY)
entity.score.crcReportOrderNumberstringCRC report order reference number
entity.searchedDatestringISO 8601 timestamp of when the query was performed
entity.customer_idstringUnique customer identifier for the query