Webhooks
Stripe webhook endpoint
Receives event notifications from Stripe (e.g. checkout.session.completed, payment_intent.succeeded). Verified using the stripe-signature header with the configured webhook secret.
post/webhooks/stripe
Headers
stripe-signaturestring required
Stripe webhook signature
Response
Webhook processed successfully