---
title: "Handle Webhook"
method: POST
path: "/stripe/webhook"
tags: ["stripe"]
---

# Handle Webhook

`POST /stripe/webhook`

Handle Stripe webhook events.

This endpoint is called by Stripe when payment events occur.
It must be unauthenticated but validates the webhook signature.

## Response `200`

Successful Response

- WebhookResponse — Webhook processing response.
  - `received` boolean, required
  - `event_id` string, nullable
  - `message` string

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
