Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

List Transactions


List Transactions

GET / v1 / financial_connections / transactions

Returns a list of Financial Connections Transaction objects.

Parameters

  • account string Required The ID of the Financial Connections Account whose transactions will be retrieved.
  • transacted _ at object A filter on the list based on the object transacted_at field. The value can be a string with an integer Unix timestamp, or it can be a dictionary with the following options:
  • transaction _ refresh object A filter on the list based on the object transaction_refresh field. The value can be a dictionary with the following options:

More parameters

  • ending _ before string
  • limit integer
  • starting _ after string

Returns

A dictionary with a data property that contains an array of up to limit Transaction objects, starting after transaction starting_after. Each entry in the array is a separate Transaction object. If no more transactions are available, the resulting array will be empty.

Response

Last verified 2026-09-24

Is this helpful?