Partner's Dashboard

List activities by partner include the settlement balance



Authentication: required

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Partner's dashboard data account data

No Authentication: required

This end point can be used to receive all activities of the Partner on alter-mal platform.

This could be used to create a dashboard for the partner to understand the activities of the merchants / beneficiaries serviced by Alter-Mal.

Example of response from this endpoint

{
    "Dashboard_data": [
        {
            "Status": "Active",
            "Counts": 3
        },
        {
            "Status": "Expired",
            "Counts": 7
        },
        {
            "Status": "Rejected",
            "Counts": 5
        }
    ],
    "Total_unsettled_amount": 58400
}

🚧

Count distinct

The count numbers in the response represent unique offers sent to beneficiaries, ie the set of 3 offers typically sent to a beneficiary are counted as 1 in the above response payload

Responses

400

Input Error. Check the request payload for issues.

401

Unauthorized

403

Access denied. Additional privileges are needed access the requested resource.

404

Not Found. The requested resource does not exist.

429

Rate Limited. Too many requests.

500

Unexpected error

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json