Listen to Stripe dispute webhooks (charge.dispute.created, charge.dispute.updated, charge.dispute.closed) and automate early evidence collection

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

Steps

  1. Register your webhook endpoint for charge.dispute.created, charge.dispute.updated, charge.dispute.funds_withdrawn, and charge.dispute.closed events
  2. On charge.dispute.created, extract the dispute.id, dispute.reason, dispute.evidence_details.due_by, and the original charge.id; immediately look up the order in your system using the charge metadata or payment intent
  3. Automatically pull relevant evidence from your internal systems: customer email, shipping tracking number, order receipt, and IP address used at checkout; store these against the dispute record
  4. If the dispute can be resolved automatically (e.g. refund was already issued before the dispute), submit evidence immediately with the refund documentation and a clear explanation
  5. On charge.dispute.closed, check dispute.status: won means funds are returned; lost means funds remain with the customer and the dispute fee is kept; use this to update your internal ledger

Known gotchas

Related routes

Automate dispute evidence submission for a chargeback using Stripe Disputes API with compelling evidence
docs.stripe.com · 6 steps · unrated
Set up Stripe webhooks for charge.dispute.created and implement signature verification
stripe.com · 6 steps · unrated
Automate chargeback evidence submission on Stripe and Adyen using each platform's structured dispute-response API instead of manual dashboard uploads
docs.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