Handle Stripe webhook events
POST /api/v1/webhooks/stripe
POST
/api/v1/webhooks/stripe
Validates the Stripe-Signature header, parses the event, checks Redis idempotency, and routes it to the billing webhook handler. Always returns 200 to Stripe on success so Stripe does not retry.
Authorizations
Responses
200
Successful Response