View Summary Variables

get summary variables of a borrower.

Get Borrower Summary Variables

GET https://ezloan.genify.ai/borrowers/get_summary_variables/

Path Parameters

Name
Type
Description

uuid*

string

UUID of the requested borrower.

Headers

Name
Type
Description

user_name*

string

partner's username.

authorization*

string

partner's api key.

{
    "Apps score": 0,
    "Area score": 500.0,
    "Incoming Payments": {
        "credit_limit": {},
        "loan_disbursement": {},
        "other_incoming_payments": {},
        "salary": {}
    },
    "Installed_Apps": {},
    "Outgoing Payments": {
        "loan_repayment": {},
        "other_outgoing_payment": {
            "CIB": 14354.37
        },
        "purchase": {}
    },
    "Purchased Products": [],
    "SMS score": 708.77,
    "Spending Summary": {},
    "Summary": {},
    "locations": {
        "min_locations": {
            "Kom al Akhdar": {
                "frequency": 1,
                "income_level": 2
            }
        },
        "top_locations": {
            "Kom al Akhdar": {
                "frequency": 1,
                "income_level": 2
            }
        }
    }
}

Get Borrowers Batch Summary Variables

GET https://ezloan.genify.ai/borrowers/get_summary_variables/batch/

Request Body

Name
Type
Description

target*

list<string>

list of requested borrowers

{
    "ec38e1ea-b984-11ec-81a5-0242ac180002": {
        "Installed_Apps": {},
        "Purchased Products": [],
        "Summary": {
            "Amazon": {
                "Average Spending": 0,
                "Frequency": 11,
                "Total Spending": 0
            },
            "BDC": {
                "Average Spending": 2000,
                "Frequency": 3,
                "Total Spending": 6000
            }
        },
        "locations": {
            "min_locations": [],
            "top_locations": []
        }
    },
    "ec38e1ea-b984-11ec-81a5-0l242ac180003": {
        "Message": "User deosn't exist"
    }
}

Last updated

Was this helpful?