Find summing values for account
Last updated
Was this helpful?
Last updated
Was this helpful?
Suppose you want to know the total amount of cash withdrawals in the current period, use the get-aggregated-data API endpoint.
In this example, we will get the current summing value of an assigned summing group for a particular account.
Search for aggregation data of
...get-aggregation-data?
transaction grouping MONTHLY_ACCOUNT_WITHDRAWAL_SUM_R
and
transactionGroupingCode=MONTHLY_ACCOUNT_WITHDRAWAL_SUM_R
related to account C001718025430
&accountId=C001718025430
To retrieve the current the current summing value of an assigned summing group for a particular account, make the following API call.
https://card-api.sandbox.tuumplatform.com/api/v1/get-aggregation-data?transactionGroupingCode=MONTHLY_ACCOUNT_WITHDRAWAL_SUM_R&accountId=C001718025430
Below is an example request of the API call to retrieve the current summing value of an assigned summing group for a particular account.
No request body.
Below you find an example response body to the API call above.
The result of the API call is the dataset consisting of transactions summing amount of 50
and the related authorisation events.