Skip to main content

Stripe Webhook

POST /v1/payments/webhooks/stripe

Handle Stripe webhooks for payment and subscription events.

Parameters

NameTypeRequiredDescription
stripe-signaturestringNo

Responses

200

Successful Response

{}

422

Validation Error

{
"$ref": "#/components/schemas/HTTPValidationError"
}