Skip to main content
POST
Receive and process Stripe webhook events

Authorizations

Authorization
string
header
required

Enter your API key (e.g. dai_sk_test_key_001)

Body

application/json

Stripe webhook event envelope.

https://stripe.com/docs/api/events/object — abbreviated to the fields DecimalAI actually inspects.

id
string
required

Stripe event ID (evt_*)

type
string
required

e.g., "customer.subscription.updated"

created
integer
required

Unix epoch seconds

data
Data · object
required

{"object": {...}} payload

livemode
boolean
default:false

Response

Successful Response