List Transactions for a Bank Account

Returns a list of transactions for a customer's bank account. The list is sorted by creation date, with the most recently created transactions appearing first.
Most query parameters should be passed only once for filtering. However, there are two exceptions:

  • category: This parameter can be passed multiple times to filter transactions by category.
  • data_source: This parameter can also be passed multiple times to filter transactions by data source.

Please refer to the individual parameter descriptions for more details on usage.

Language
Authorization
Header