Skip to content

/v1/webhooks/stripe

POST
/v1/webhooks/stripe
curl --request POST \
--url http://localhost:8787/v1/webhooks/stripe \
--header 'Content-Type: application/json' \
--data '"example"'

Raw Stripe event payload — signature-verified, not schema-validated.

Media typeapplication/json
Examplegenerated
example

Event received (processed, ignored, or a duplicate — Stripe only needs the 2xx).

Media typeapplication/json
object
received
required
boolean
Example
{
"received": true
}

Missing or invalid Stripe-Signature.

Media typeapplication/problem+json
object
code
required
string
Allowed values: invalid_signature
detail
required
string
status
required
number
title
required
string
type
required
string
Example
{
"code": "invalid_signature"
}