#Don Fercho

1 messages · Page 1 of 1 (latest)

trim lanceBOT
still mantle
#

hello! did you check if you're using the correct webhook secret?

flat cloak
#

Yes, a lot of times actually. I am thinking of adding another print statement to see what kind of secret key it is expecting give me a moment

still mantle
#

If you are 100% sure your Webhook secret is correct on Heroku, the next thing to check is if the framework is modifying the raw request body from Stripe, ie. you can try comparing how the raw body looks like in Heroku as compared to your local development server. It's the most common reason to fail the signature check.

flat cloak
#

Okay this might've been a temporal issue! I tried it now and it works. Thank you alex!