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

# Stripe Webhook

`POST /api/v1/webhooks/stripe`

Handle incoming Stripe webhook events.

Reads the raw request body for signature verification.
Returns 200 on success, 400 on invalid signature.

## Response `200`

Successful Response

- unknown

---

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