Skip to main content
POST
Stripe billing webhook

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json

The raw Stripe event object delivered by Stripe.

id
string

Stripe event id.

type
string

Stripe event type (e.g. checkout.session.completed).

data
object

Event payload; data.object is the affected Stripe resource.

Response

200 - application/json

Event received and acknowledged so Stripe stops retrying.

data
object
meta
object