#devertrydeepsheep

1 messages · Page 1 of 1 (latest)

rain nebulaBOT
wide remnant
#

Hi there!

#

I'm not aware of any change.

#

Getting a SignatureVerificationError is quite common. It usually comes from two potential errors:

  • 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 constructEvent function is not the raw payload. So you need to ensure that you get the raw body of the HTTP request that Stripe sent you, without any interference by your code or framework in the middle.