POST
/
webhooks
/
stripe
/
{tenant_id}
/
{environment_id}
Handle Stripe webhook events
curl --request POST \
  --url https://api.cloud.flexprice.io/v1/webhooks/stripe/{tenant_id}/{environment_id} \
  --header 'Stripe-Signature: <stripe-signature>'
{}

Headers

Stripe-Signature
string
required

Stripe webhook signature

Path Parameters

tenant_id
string
required

Tenant ID

environment_id
string
required

Environment ID

Response

200
application/json

Webhook processed successfully

The response is of type object.