#yulu_webhooks
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1351193204518682635
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, what language are you using? If you hard code the signature, do you get the error?
i use nodejs, how can i hardcode the signature?
On your webhook builder, you copy and paste it: https://docs.stripe.com/webhooks/quickstart
If you're using Express, you might want to look at https://stackoverflow.com/questions/77028969/cannot-get-the-raw-request-body-for-stripe-webhook-signature-in-express. You need pass the raw request body and Express might be trying to be helpful and parse this instead of the raw body
I think I passed the raw request body already
Did you hard code that and did it work?
You can confirm if Express is parsing the body by hard coding the webhook secret key, and go backwards from there
one sec let me have a look
I downloaded the webhook builder from here https://docs.stripe.com/webhooks/quickstart and still get the same error
does that mean I have wrong webhook secret key?
But i have double checked the webhook secret key, it is starting with whsec_
yes