Financial Habits

This endpoint gives you valuable insights to the spending behaviour and patterns of an individual.

METHOD: POST

RESOURCE URL

{base-url}/api/v1/request/customer-insights/derived-attributes

Sample Request

{
    "phone":"2347030393164",
    "yearMonth":"2024-07"
}

_Sample Response

_

{
    "responseCode": "00",
    "responseMessage": "Successful",
    "data": {
        "ageGroup": "Millennial",
        "spendingHabit": {
            "behaviouralCategory": "Shopper",
            "peakTransactionDay": "Saturday",
            "peakDayFrequency": 1,
            "peakPeriod": "Morning"
        },
        "percentDebitToPercentCreditMonthly": "100.0 %",
        "topSpendLocations": [
            "PAYCOM NIGERIA LIMITED JAYPAUL HOUSELANG",
            "TEAMAPT LIMITED LA LANG",
            "BAXI---------- IMO--RRN719915229889 LANG"
        ],
        "topInflowSource": [
            "PAYCOM NIGERIA LIMITED JAYPAUL HOUSELANG",
            "TEAMAPT LIMITED LA LANG",
            "BAXI---------- IMO--RRN719915229889 LANG"
        ]
    }
}