Manage the Stripe dispute lifecycle: respond to a dispute and interpret fee behavior

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. Listen for the charge.dispute.created webhook event; extract the dispute id, reason, evidence_due_by timestamp, and the associated charge.
  2. Gather evidence relevant to the dispute reason (e.g., customer communication, shipping confirmation, refund policy); map each piece to the appropriate Evidence object field such as customer_email_address, shipping_documentation, or uncategorized_file.
  3. Submit evidence by calling the Update Dispute endpoint (POST /v1/disputes/{id}) with the evidence object populated and submit set to true before the evidence_due_by deadline.
  4. Be aware that a dispute_fee (the original dispute-received fee) is charged when the dispute is created and is non-refundable regardless of outcome — even if you win, this fee is not returned as of the policy change on 2025-06-17.
  5. If Stripe closes the dispute in your favor, a separate dispute-countered fee that was charged when you submitted evidence will be refunded; the original dispute-received fee is not.
  6. Reconcile dispute fees by querying the Balance Transactions API filtered by type dispute and type dispute_reversal to distinguish which fees were reversed.

Known gotchas

Related routes

Retrieve a Stripe dispute object, understand the evidence fields, and submit a dispute response before the due_by deadline
stripe.com · 5 steps · unrated
Submit a Stripe Issuing dispute for a transaction to initiate a chargeback on behalf of the cardholder
stripe.com · 5 steps · unrated
Listen to Stripe dispute webhooks (charge.dispute.created, charge.dispute.updated, charge.dispute.closed) and automate early evidence collection
stripe.com · 5 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