List activities by partner include the settlement balance
Authentication: required
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Partner's dashboard data account data
No Authentication: required
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
400Input Error. Check the request payload for issues.
401Unauthorized
403Access denied. Additional privileges are needed access the requested resource.
404Not Found. The requested resource does not exist.
429Rate Limited. Too many requests.
500Unexpected error
