Handle Stripe Issuing real-time authorization webhooks (issuing_authorization.request) to approve or decline based on merchant MCC and balance

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 a webhook endpoint in your Stripe Dashboard or via POST /v1/webhook_endpoints with enabled_events including issuing_authorization.request
  2. Your endpoint must respond within approximately 2 seconds with a JSON body containing approved (boolean) and optionally amount; Stripe will auto-decline if the response is not received in time
  3. Extract the authorization object from the event payload: check merchant_data.category for the MCC, pending_request.amount for the requested amount, and card.id to identify which card is being authorized
  4. Respond with {"approved": true} or {"approved": false}; optionally include {"amount": <integer>} to approve a partial amount less than or equal to the requested amount
  5. After responding, Stripe will send a separate issuing_authorization.created event (synchronously resolved) for your records; handle that event asynchronously for ledger updates

Known gotchas

Related routes

Configure Stripe Issuing real-time authorization controls using the issuing_authorization.request webhook to approve or decline based on merchant MCC
docs.stripe.com/issuing/controls/real-time-authorizations · 6 steps · unrated
Respond approve or decline to a Stripe Issuing real-time authorization webhook
stripe.com · 6 steps · unrated
Respond to a Stripe Issuing real-time authorization webhook to approve or decline a virtual card transaction based on business 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