#Posty-Webhook
1 messages · Page 1 of 1 (latest)
Hi, Signature verification is a common error when the payload is not exactly what we sent
payload = request.data.decode('utf-8')
I think the issue lies on this line
payload = request.body.read
Oh sorry, let's choose python in the top of the page
yeah im using payload = request.data
and im getting this error still
hmm weird. Are you using AWS lambda?
How do you forward the event to your local?
If you download the full example project here, does it work for you? https://stripe.com/docs/webhooks/quickstart?lang=python