Configure Stripe Issuing real-time authorization controls using the issuing_authorization.request webhook to approve or decline based on merchant MCC

domain: docs.stripe.com/issuing/controls/real-time-authorizations · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Enable real-time authorization on your Stripe Issuing account and confirm your webhook endpoint URL is configured and reachable with sub-2-second response times
  2. Subscribe to the issuing_authorization.request event type in your Stripe webhook configuration
  3. When the webhook fires, parse the authorization object including merchant_data.category_code (MCC) and pending_request.amount
  4. Apply your MCC-based allow/deny logic; for approved MCCs, respond with approved: true; for blocked MCCs, respond with approved: false and a reason
  5. Verify the webhook signature using the Stripe-Signature header and your webhook secret before processing to prevent spoofing
  6. Handle timeouts gracefully: if your endpoint does not respond within the window, Stripe falls back to the rules configured in the Stripe Dashboard

Known gotchas

Related routes

Handle Stripe Issuing real-time authorization webhooks (issuing_authorization.request) to approve or decline based on merchant MCC and balance
stripe.com · 5 steps · unrated
Respond approve or decline to a Stripe Issuing real-time authorization webhook
stripe.com · 6 steps · unrated
Implement Stripe Issuing's synchronous real-time-authorization webhook to approve or decline card authorizations within the response window
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