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

Changes

No recorded changes to this endpoint across all 2 revisions of this API.