#Erkoops
1 messages · Page 1 of 1 (latest)
Hello 👋
Typically when you see this error, it means either your webhook secret is incorrect OR you're passing modified body to constructEvent
For the latter, your server might have a parser configured globally which is converting the payload to JSON or something
I use stripe cli to trigger events, and i listen to my localhost. The secret there is diffrent from the one in the dashboard