Reconcile Stripe payouts to bank deposits by fetching and matching balance transaction objects

domain: docs.stripe.com · 5 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 docs.stripe.com, checked against official docs, with linked verified routes.

Steps

  1. List Stripe payouts for the reconciliation period using the Payouts list endpoint filtered by arrival_date or created range; note each payout's id, amount, and status
  2. For each payout, list balance transactions filtered by payout ID using the BalanceTransactions list endpoint with the payout parameter; this returns all charges, refunds, fees, and adjustments included in that payout
  3. Sum the net amounts of all balance transactions for a given payout and verify they equal the payout amount; fee line items will appear as negative-amount fee type entries
  4. Match the payout arrival_date and amount to your bank statement entry; differences indicate timing shifts from weekends/holidays or pending items not yet settled
  5. For any discrepancy, inspect balance transactions of type adjustment or payout_failure to identify corrections applied by Stripe outside of normal charge/refund flows

Known gotchas

Related routes

Reconcile Stripe payouts to bank deposits using balance transactions
stripe.com · 6 steps · unrated
Fetch Stripe balance and balance transactions to reconcile net payouts
stripe.com · 6 steps · unrated
Reconcile Stripe Connect payouts to bank deposits using balance transactions and the payout reconciliation endpoint
docs.stripe.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ 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