---
title: "Handle Stripe events"
method: POST
path: "/webhooks/stripe/events"
tags: ["webhooks"]
---

# Handle Stripe events

`POST /webhooks/stripe/events`

Process Stripe webhook events for subscription and payment updates

## Headers

- `stripe-signature` string, nullable

## Response `200`

Successful Response

- WebhookResponse
  - `status` string, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

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