#fuzzbear_dev
1 messages ยท Page 1 of 1 (latest)
hey there, happy to help with this ๐
great
In what scenario are you experiencing this? Delivery directly from stripe, or are you using the CLI to forward in test mode?
delivery from stripe
live mode
And was this working for you previously? Or is this newly deployed?
worked before
well,
this bit is new develop tho
as its a new checkout session
but the webhooks.js always worked
no issue
And you've already been checking signatures in live mode?
idk what they rlly are
What do you mean?
what do i need to check about them
They are for verifying delivery from Stripe. But, this leads me to wonder whether you;d been checking this before, or did you add this when you added handling for checkout events?
It sounds like you were not using them before
Can you share an example event ID from that list, or the webhook endpoint id? evt_123 or we_1234 say
evt_1NugDDL6k3oFrmnnJIAGy7Lb
Ok, it looks like you don't use webhooks for anything else, i see no other registered event types on your endpoints
So I am not sure what you were referring to here
ah then just that
I would suggest logging all the parameters to constructEvent to ensure they contain the values you expect
Assuming the signature value is populated and the webhookSecret matches the value from your dashboard, then the most common issue is some part of your request handling stack mutating the request body
kk