Skip to content

Handle Stripe Issuing authorization webhooks

POST
/api/v1/webhooks/stripe-issuing

Validates the Stripe-Signature header for Issuing events, handles issuing_authorization.request events by approving or declining within the 2-second Stripe timeout, and logs transaction events for audit. Stripe fallback is set to decline on timeout.

Authorizations

Responses

200

Successful Response

Generic webhook acknowledgement response.

Attributes: received: Always True when the webhook was accepted. status: Optional status string (e.g. “duplicate” for idempotent replay).

object
received
boolean
default: true
status
Any of:
string