#Indesh Prinja
1 messages · Page 1 of 1 (latest)
Which endpoint? That event was sent to a few different webhooks
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Looks like delivery succeeded (200 response), despite the error
You should fix that
But yeah, your constructEvent function is failing because you're either using the wrong signing secret (whsec_) or your webhook code is parsing the raw event payload
constructEvent requires the raw event payload, not JSON or anything else
I'll cross check
The webhook secret is also correct and payload passed is also raw
Can you share your code?
just a moment... I think I found the reason
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
Glade to hear that 🙂