Headers
Stripe webhook signature
Response
Webhook processed successfully
The response is of type object.
Process incoming Stripe webhook events for payment status updates and customer creation
curl --request POST \
--url https://api.cloud.flexprice.io/v1/webhooks/stripe/{tenant_id}/{environment_id} \
--header 'Stripe-Signature: <stripe-signature>'{}Stripe webhook signature
Webhook processed successfully
The response is of type object.
curl --request POST \
--url https://api.cloud.flexprice.io/v1/webhooks/stripe/{tenant_id}/{environment_id} \
--header 'Stripe-Signature: <stripe-signature>'{}