#jobewone
1 messages · Page 1 of 1 (latest)
Hello! That error usually means the constructor hasn't received the raw, unmodified body of the request from Stripe. Usually middleware causes an issue like this. Has anything changed with the way you process incoming requests? Have you added any new middleware?
@twilit plinth no we haven't and its processed the same, we use flask-restuful to design our api's and we don't have any parsing in place when it comes to our webhook end-points, we just implemented the decorater I shared, and request.data should be pulling the raw data.
Perhaps your Webhook Signing Secret has changed? Can you check in the Dashboard to see if it matches the one you're using in your code?