#amm-nextjs-signature
1 messages · Page 1 of 1 (latest)
👋 @loud gulch I'm happy to help but I might need a bit more details and if possible not sharing pictures of code or text when you could just share the text itself instead.
Overall, Webhook signature verification can be really tricky with Node.js. The framework you use, the version of Node and such can get quite messy. But at the end of the day, what is crucial is that your JS code gets the exact raw payload that we (Stripe) send to you.
My advice is to read through https://github.com/stripe/stripe-node/issues/356 and try various solutions until you find one that works for you
amm-nextjs-signature