---
title: "Stripe webhook endpoint"
method: POST
path: "/webhooks/stripe"
tags: ["Webhooks"]
---

# Stripe webhook endpoint

`POST /webhooks/stripe`

Receives event notifications from Stripe (e.g. checkout.session.completed, payment_intent.succeeded). Verified using the stripe-signature header with the configured webhook secret.

## Headers

- `stripe-signature` string, required

## Response `200`

Webhook processed successfully

---

[API](https://skmtc.net/novabilling/apis/novabilling-api.md) · [All operations](https://skmtc.net/novabilling/apis/novabilling-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/novabilling/novabilling-api/versions/0e449a4e0dc8/schema)
