#Saya
1 messages · Page 1 of 1 (latest)
Hi there!
Hi soma!
I'm not familiar with Google App Engine, but this is a common error. It usually comes from two potential issues:
- You are using the wrong webhook secret. So please double check you are using the correct one. It should look like whsec_xxx and match the one displayed in your dashboard
- The payload you pass in the construct_event function is not the raw payload.
Thank you so much! I checked webhook secret is collect in my dashboard. If you know, please tell me how to pass raw request body using Django rest framework.
Hey! Taking over for my colleague. Let me catch up.
I suggest you to take a look at this guide, and choose Python as a language (it shows Django Endpoint)
https://stripe.com/docs/webhooks/signatures#verify-official-libraries