Get a list of kpis where the transactiosn used is in the aggregations are transactions from “event_created_at_gte”,
until now. However, transactions from the “current” interval are not included.
E.g if week is provided as interval, then no transactions from the current week are included. This is true for
day and month intervals aswell.
Scopes:
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
An id that uniquely identifies the account.
9The interval over which the data will be aggregated.
day, week, month The field (db column) used as source for the kpi, eg, total_amount, vat etc.
total_amount Only transactions with this status will be included in the aggregation
CAPTURED, REFUNDED, AUTHORIZED The functions applied to the data for every interval.
currency must be combined
with another functionAvailable functions:
Transaction events with created_at date at or later than this date will be included in the aggregations.
If this date parameter is not included, all transactions regardless of creation date are included.
NB! This is not the transactions created_at date, this is the date the event was created (e.g AUTHORIZE, CAPTURE etc..)