Nigeria π³π¬
Behavioural Analysis
The Behavioural Analysis API provides an in-depth financial and behavioral assessment based on the account statement of a user. By analyzing the transaction history, spending patterns, income, and other financial activities, the API helps in understanding the userβs financial behavior, risk profile, and overall financial health. This can be particularly useful for financial institutions, credit scoring, risk assessment, and customer segmentation.
Generate Account ID
Request
[POST]
Header
Parameter | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Body parameter
Parameter | Type | Description | |
---|---|---|---|
bank_code | string | Bank code of Customer | |
customer_id | string | ID of Customer | |
statement | string | PDF URL of Customerβs statement of account | |
app_id | string | Application ID on dashboard | |
environment | string | Application Environment e.g live, sandbox |
Sample response
Response
Financial Analysis
Request
[GET]
Header
Parameter | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Query parameter
Parameter | Type | Description | |
---|---|---|---|
account_id | string | Account ID generated from the API here |
Sample response
Response
Was this page helpful?