Respond approve or decline to a Stripe Issuing real-time authorization webhook

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. Configure a webhook endpoint to receive issuing_authorization.request events and ensure it responds within 2 seconds
  2. Verify the Stripe-Signature header using your webhook signing secret before processing
  3. Inspect the authorization object fields: merchant_data.category, pending_request.amount, cardholder, and metadata to apply your approval logic
  4. Return a JSON response with the Boolean field "approved" set to true or false — this is the exact field name Stripe requires
  5. Optionally include "amount" in the response body to approve a lesser amount than requested (partial approval)
  6. If your endpoint does not respond within 2 seconds, Stripe applies the default authorization behavior configured on the card; log timeouts for review

Known gotchas

Related routes

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
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
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

Give your agent this knowledge — and 15,800+ more routes

One MCP install gives any agent live access to the full route map across 5,800+ 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