#lithira_sa
1 messages · Page 1 of 1 (latest)
A common cause of this is that Express modifies the request body that you get by default so you need to use a raw body parser https://github.com/stripe/stripe-node/issues/341
Before that, I would highly recommend that you double check that your webhook secret and header variables are set to exactly what you expect them to be
Those can also through off the verification but are often overlooked