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
- 200
- 400
Success. The response schema for this operation is not yet documented — see the schema-coverage report. The SDK types this as unknown.
Signature invalid or event could not be verified