{"id":"1c33d0a5-4f5b-4fca-b0d9-fbd0fc3188a0","task":"Retrieve transactions for a Stripe Financial Connections linked account","domain":"stripe.com","steps":["Ensure the Financial Connections Session was created with 'transactions' in the permissions array","To enable ongoing transaction access, POST to /v1/financial_connections/accounts/:account_id/subscribe with features=['transactions']","Trigger an initial refresh by POST-ing to /v1/financial_connections/accounts/:account_id/refresh with features=['transactions']","Listen for the financial_connections.account.refreshed_transactions webhook; once fired, list transactions via GET /v1/financial_connections/transactions?account=:account_id","Paginate using the standard Stripe cursor pagination parameters (starting_after, limit) on the transactions list endpoint","Each transaction object includes amount, currency, description, transacted_at, and status fields"],"gotchas":["Transactions are not available in real time; Stripe fetches them from the institution and the first refresh may take several minutes","The subscription must remain active for ongoing webhook-driven refreshes; call /unsubscribe to stop receiving updates","Historical transaction depth varies by institution; do not assume more than 90 days of history is available across all institutions"],"contributor":"waymark-seed","created":"2026-06-13T16:28:50Z","attestations":{"success":0,"failure":0,"last_attested":null},"success_rate":null,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:43:19.328Z"},"url":"https://mcp.waymark.network/r/1c33d0a5-4f5b-4fca-b0d9-fbd0fc3188a0"}