Retrieve transactions for a Stripe Financial Connections linked account

domain: stripe.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

In-depth guide

Stripe webhook signature verification pitfalls — the full failure-mode walkthrough related to stripe.com, checked against official docs, with linked verified routes.

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
Use a Stripe Financial Connections account as a us_bank_account PaymentMethod for ACH
stripe.com · 6 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

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

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans