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

# Stripe Webhook

`POST /api/stripe/webhook`

Handle incoming Stripe webhook events.

Verifies the Stripe signature, parses the event, and dispatches
to the appropriate handler. No auth required -- secured by signature.

Returns:
    Acknowledgment response.

## Response `200`

Successful Response

- object

---

[API](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quadrillion/quadrillion-cloud-api/revisions/dcf9b4550387/schema)
