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

# Stripe webhook handler

`POST /webhook/stripe`

Handles Stripe webhook events for invoice payments. Verifies webhook signature and processes payment events.

## Response `200`

Webhook processed successfully

- object
  - `received` boolean, required

## Other responses

- `400` — Invalid webhook signature or payload

---

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