Get Transactions (need access to Daily Spending Report)

This API endpoint retrieves a list of transactions with a focus on generating a Daily Spending Report. It allows you to filter and paginate transactions based on specified criteria, helping you access detailed spending information over a given date range.

Body Parameters:

  • take (int32 | null):
    The number of transactions to retrieve (for pagination). Set to null if you want to fetch all transactions in one go.
  • afterCursor (string | null):
    A cursor string for fetching the next set of transactions (used for pagination). It allows you to continue fetching results from where the previous request left off.
  • fromDate (date-time | null):
    The starting date for the transaction report. Only transactions on or after this date will be included.
  • toDate (date-time | null):
    The ending date for the transaction report. Only transactions on or before this date will be included.
  • jsonFilter (string | null):
    An optional JSON-formatted string that allows you to apply custom filters to the transaction query. This can include specific conditions like transaction type, account ID, or merchant details.

📘

Summary:

The POST /Report/transactions API is designed to fetch transaction data for generating reports, including daily spending analysis. It supports flexible filtering, pagination, and date range queries, making it a powerful tool for transaction management and financial reporting.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!