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

# Stripe Webhook

`POST /api/billing/webhooks/stripe`

Handle Stripe webhooks (checkout.session.completed, payment_intent.succeeded, payment_intent.payment_failed).

## Response `200`

Successful Response

- WebhookResponse
  - `received` boolean
  - `status` string, nullable
  - `error` string, nullable

---

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