Stripe Webhook
Handle Stripe webhook events for automatic tier management
Automatically upgrades/downgrades users when:
- Checkout session completes (upgrade to paid)
- Subscription is created (upgrade to paid)
- Subscription is cancelled (downgrade to free)
- Payment fails (downgrade to free)
post/v1/webhooks/stripe
Response
Successful Response
{"stackTrail":"paths:/v1/webhooks/stripe:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.