---
title: "Stripe Webhook"
method: POST
path: "/v1/webhooks/stripe"
---

# Stripe Webhook

`POST /v1/webhooks/stripe`

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)

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/ctgt/apis/ctgt-api.md) · [All operations](https://skmtc.dev/ctgt/apis/ctgt-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ctgt/ctgt-api/revisions/7700e5b2270f/schema)
