#Lncoder
1 messages · Page 1 of 1 (latest)
Hi
Can we keep all the message in this thread please ?
{"type":"StripeSignatureVerificationError","raw":{"message":"No signatures found matching the expected signature for payload. Are you passing the raw request body you received from Stripe?
This is my code:
can you delete the other messages from the main channel ?
ok yes
@tropic harbor
thanks!
I meant to keep just the first message in the main channel.
no worries.
oh, sorry, I rewrite it
According to this error you are using the wrong webhook secret or you have middleware that is updating the request body (e.g. json converter)
yeh, but I made sure to put the middleware for each request not a global one
maybe my webhook secret is not valid anymore, where I can find it?
You deployed your endpoint or you are using Stripe Cli ?
stripe cli
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
You should be able to see your local webhook secret when you run the stripe listen command.
Please, let me know if you have any other questions.