Use with the BVN Number

Request

[GET]
{{baseUrl}}/api/v1/fico_score
ParameterTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query parameter

ParameterTypeDescription
bvnstringBVN Number of Customer

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"
    }
}