Skip to content

Stripe webhook

POST
/v1/billing/stripe-webhook

Receives and processes Stripe webhook events. Validates the Stripe signature header and handles checkout.session.completed events to finalize payments.

Request Body

application/json
JSON
{
}

Responses

OK

text/plain
JSON
"string"

Playground

Body

Samples

Powered by VitePress OpenAPI