Get transaction aggregations
Get transaction aggregations
Authorizations
Authentication from public API requests
Query Parameters
Use filter:accountId to filter by account ID
Pass in a legal entity ID to filter transactions by accounts under a specific legal entity.
Pass in an account ID to filter transactions by account ID. This will return all transactions that match the account ID passed in.
Pass in a virtual account ID to filter transactions by virtual account ID. This will return all transactions that match the virtual account ID passed in.
Pass in a unix timestamp in milliseconds to filter transactions by date. This will return all transactions that occurred on or after the date passed in.
Pass in a unix timestamp in milliseconds to filter transactions by date. This will return all transactions that occurred on or before the date passed in.
Pass in a unix timestamp in milliseconds to filter transactions by authorization time. This will return all transactions that are authorized on or after the date passed in.
Pass in a unix timestamp in milliseconds to filter transactions by authorization time. This will return all transactions that are authorized on or before the date passed in.
Filter transactions by status
pending
, posted
, failed
Filter transactions by detailed status
pending
, canceled
, failed
, settled
, declined
, refund
, reversed
, returned
, dispute
Filter transactions by cardId
Response
The total count of transactions.
The total amount of money that arrived into the account, in cents.
The total amount of money that was sent out of the account, in cents.
The net change, which is totalIn
+ totalOut
.