v51

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2026-08-011534301009.2 KB
App: Stripe

Stripe webhook

Handle stripe webhooks for apps.

post/api/v1/apps/{id}/stripe/webhook

Path parameters

idstring required
Example:01G65Z755AFWAKHE12NY0CQ9FH

Request body

idstring required

The event ID.

typestring required

The event type.

livemodeboolean required

Live mode.

createdinteger required

The event created timestamp.

Response

The request has succeeded.

namespaceIdstring required

ULID (Universally Unique Lexicographically Sortable Identifier).

appIdstring required

ULID (Universally Unique Lexicographically Sortable Identifier).

customerIdstring

ULID (Universally Unique Lexicographically Sortable Identifier).

messagestring

Example response

{
  "namespaceId": "01G65Z755AFWAKHE12NY0CQ9FH",
  "appId": "01G65Z755AFWAKHE12NY0CQ9FH",
  "customerId": "01G65Z755AFWAKHE12NY0CQ9FH"
}