Submit dispute evidence to Stripe before the deadline to contest a chargeback

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 and note the 'evidence_due_by' Unix timestamp — you typically have 7–21 days depending on card network, and Stripe surfaces the exact deadline on the Dispute object.
  2. Retrieve the dispute with GET /v1/disputes/{id} to read 'reason', 'status', and the 'evidence' sub-object so you know which fields are already populated.
  3. Assemble evidence: for 'product_not_received' disputes, provide shipping carrier + tracking; for 'fraudulent', provide AVS/CVV match data, IP address logs, and device fingerprint; for 'credit_not_processed', provide the refund record.
  4. Upload any binary files (screenshots, invoices, shipping labels) with POST /v1/files using multipart/form-data and purpose='dispute_evidence'; save each returned File ID.
  5. Submit evidence with POST /v1/disputes/{id} passing the 'evidence' hash (string fields like 'customer_email_address', 'shipping_tracking_number', and File IDs for fields ending in '_file') plus 'submit=true' to finalize.
  6. Poll or listen for 'charge.dispute.updated' webhooks; terminal statuses are 'won', 'lost', or 'warning_closed'.

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
Automate dispute evidence submission for a chargeback using Stripe Disputes API with compelling evidence
docs.stripe.com · 6 steps · unrated
Build a structured dispute representment evidence bundle to contest a card chargeback at the network level
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