#ashura1015
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ashura1015, 20 minutes ago, 5 messages
i got 200 response. but don't know why the following error occurs
webhook error occured No signatures found matching the expected signature for payload. Are you passing the raw request body you received from Stripe?
If a webhook request is being forwarded by a third-party tool, ensure that the exact request body, including JSON formatting and new line style, is preserved.
Learn more about webhook signing and explore webhook integration examples for various frameworks at https://github.com/stripe/stripe-node#webhook-signing
You are probably changing the request body using a middelware or somthing else
Can you try running this sample in order to understand the webhook signing ?
https://github.com/stripe/stripe-node/blob/master/examples/webhook-signing/express/main.ts
Without making any update on it first.
Yes of course, you can convert it to javascript
You can find a complete sample in JS here:
https://stripe.com/docs/webhooks/quickstart?lang=node