#bwestwood11
1 messages · Page 1 of 1 (latest)
mostly it's the request.rawBody is not the exact content Stripe sent. Check if you have any middleware which attempt to modify the body
app.use((express.json))
Please look through this issue and see if you can apply some of the suggestions here