---
title: "Receives a stripe event (Role: none)"
method: POST
path: "/stripe-event"
tags: ["Payments"]
---

# Receives a stripe event (Role: none)

`POST /stripe-event`

## Request body

- StripeEvent
  - `id` string
  - `created` number, float
  - `livemode` boolean
  - `type` string
  - `object` string
  - `pending_webhooks` number, float
  - `api_version` string
  - `data` object
  - `request` object

## Response `204`

Success

## Other responses

- `400` — Error

---

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