Skip to main content

Stripe webhook receiver

POST 

/core/api/v1/payment/webhook

Called by Stripe directly, not by frontend clients. Public by design — authentication is done via Stripe's signature header (stripe-signature) rather than a bearer token.

Request

Responses

Success. The response schema for this operation is not yet documented — see the schema-coverage report. The SDK types this as unknown.