#Erkoops

1 messages · Page 1 of 1 (latest)

sand wyvernBOT
placid folio
#

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

dapper lark
#

I use stripe cli to trigger events, and i listen to my localhost. The secret there is diffrent from the one in the dashboard

placid folio
#

Right, you'd likely want to use the secret shown in the cli because that's where the events are originating.

#

The one on the dashboard would be used if Stripe sends you the events from our infra