Approve a Stripe Radar review via the Reviews API

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. Receive the review.opened webhook event when a charge is placed in manual review by Radar; extract the review id (prv_...) from the event payload.
  2. Retrieve review details via GET /v1/reviews/{review_id} to see the charge, reason, and any session data Stripe has surfaced.
  3. After your own risk assessment, approve the review (release the charge from review without refunding) via POST /v1/reviews/{review_id}/approve with an empty body or just the API key authentication.
  4. To decline the charge instead, issue a refund on the underlying charge via POST /v1/refunds with charge set to the charge id — there is no separate decline endpoint on the review object.
  5. Listen for the review.closed webhook to confirm the review is closed; check the closed_reason field (approved, refunded, refunded_as_fraud, disputed, or redacted).

Known gotchas

Related routes

Implement Stripe Radar review queue automation: programmatically approve or refund payments that land in manual review using the Review API
docs.stripe.com/radar/reviews · 6 steps · unrated
Automate Stripe Radar review queue: programmatically approve or refund payments in manual review
docs.stripe.com · 6 steps · unrated
Apply Stripe Radar ML risk score thresholds in combination with custom rules for layered fraud logic
docs.stripe.com · 6 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