#jobewone

1 messages · Page 1 of 1 (latest)

violet violetBOT
twilit plinth
#

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?

earnest violet
#

@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.

twilit plinth
#

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?

earnest violet
#

For this webhook type treasury.received_credit.created the secret starts with we correct?

#

@twilit plinth