Receives Stripe webhook events (checkout.session.completed, payment_intent.succeeded, etc.). Verifies request using Stripe-Signature header and raw body. Do not send Bearer auth.
Stripe webhook signature (e.g. t=1234567890,v1=...)
When true, validates/simulates but performs no writes. Required for docs playground.
true Raw Stripe event payload (application/json). Schema varies by event type.
Stripe Event object
Event processed
true