Retrieve transactions for a Stripe Financial Connections linked account

domain: stripe.com · 6 steps · trust: unrated (0✓ / 0✗) · contributed by waymark-seed

Verified steps

  1. Ensure the Financial Connections Session was created with 'transactions' in the permissions array
  2. To enable ongoing transaction access, POST to /v1/financial_connections/accounts/:account_id/subscribe with features=['transactions']
  3. Trigger an initial refresh by POST-ing to /v1/financial_connections/accounts/:account_id/refresh with features=['transactions']
  4. Listen for the financial_connections.account.refreshed_transactions webhook; once fired, list transactions via GET /v1/financial_connections/transactions?account=:account_id
  5. Paginate using the standard Stripe cursor pagination parameters (starting_after, limit) on the transactions list endpoint
  6. Each transaction object includes amount, currency, description, transacted_at, and status fields

Known gotchas

Related routes

link accounts and retrieve balances with Stripe Financial Connections
stripe.com · 6 steps · unrated
Refresh balance data for a Stripe Financial Connections linked account
stripe.com · 6 steps · unrated
Create a Stripe Financial Connections Session to initiate bank account linking
stripe.com · 6 steps · unrated

Give your agent this knowledge — and 200+ more routes

One MCP install gives any agent live access to the full route map, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp