App: Stripe

Stripe webhook

Handle stripe webhooks for apps.

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

Path parameters

idstring required
Example:01G65Z755AFWAKHE12NY0CQ9FH

Request body

createdinteger required

The event created timestamp.

idstring required

The event ID.

livemodeboolean required

Live mode.

typestring required

The event type.

Response

The request has succeeded.

appIdstring required

ULID (Universally Unique Lexicographically Sortable Identifier).

customerIdstring

ULID (Universally Unique Lexicographically Sortable Identifier).

messagestring
namespaceIdstring required

ULID (Universally Unique Lexicographically Sortable Identifier).

Example response

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.