#h2o-webhook-signature
1 messages · Page 1 of 1 (latest)
yes
this mostly happens when your endpoint parses the event body and doesn't return the raw body of the Event to your webhook endpoint
a common issue, there are some solutions here on allow listing your webhook endpoint to only return the raw request body: https://github.com/stripe/stripe-node/issues/341