Skip to content

Receive Stripe Webhook

POST
/api/v3/webhooks/stripe
curl --request POST \
--url https://example.com/api/v3/webhooks/stripe

Receive Stripe subscription, invoice, and checkout lifecycle events.

Stripe-Signature
Any of:
string

Successful Response

Media typeapplication/json
Response Receive Stripe Webhook Api V3 Webhooks Stripe Post
object
key
additional properties
string
Examplegenerated
{
"additionalProperty": "example"
}

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
ctx
Context
object
input
Input
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"ctx": {},
"input": "example",
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}