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

# Stripe webhook

`POST /webhooks/stripe`

Endpoint used by Stripe to deliver webhook events.
This endpoint is authenticated via Stripe's signature headers,
not via the normal API authentication.

## Request body

- object — Stripe webhook event payload

## Response `200`

Webhook received and processed successfully

## Other responses

- `400` — Invalid signature or malformed request
- `500` — Internal error while handling the webhook

---

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