Reconcile marketplace payout disbursements to sellers against platform Stripe balance transactions

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

Steps

  1. Fetch all balance transactions for the payout period via GET /v1/balance_transactions with type=transfer and created[gte]/[lte] date range; paginate through all results using the starting_after cursor parameter.
  2. For each balance transaction of type transfer, retrieve the associated Transfer object via the source field to get destination (connected account ID), amount, and source_transaction (original charge ID).
  3. Build a reconciliation table: group transfers by connected account, summing the net amounts after fee deductions; compare the sum per connected account to your internal order records for the same period.
  4. Fetch the corresponding Payout objects on each connected account (using the Stripe-Account header) via GET /v1/payouts to confirm that the aggregated transfer amounts flowed through to the connected account's bank account.
  5. Identify discrepancies: transfers that appear in your internal records but not in Stripe balance transactions indicate a failed or cancelled Transfer; transfers in Stripe but not in your records indicate a reconciliation gap requiring investigation.
  6. Export the balance transaction list as a CSV via the Dashboard or the Stripe Sigma/Data Pipeline product for bulk reconciliation against your accounting system.

Known gotchas

Related routes

Reconcile Stripe payouts to bank deposits using balance transactions
stripe.com · 6 steps · unrated
Reconcile Stripe payouts to bank deposits by fetching and matching balance transaction objects
docs.stripe.com · 5 steps · unrated
Fetch Stripe balance and balance transactions to reconcile net payouts
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