#akashpatil7596_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/1233349909613117471
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- akashpatil7596_api, 23 hours ago, 143 messages
- akashpatil7596_webhooks, 2 days ago, 18 messages
- akashpatil7596_api, 3 days ago, 22 messages
- akashpatil7596_api, 3 days ago, 18 messages
assign me someone please
hi there!
can you share an Event ID (evt_xxx) with that issue?
but in general a 400 error means there is some issue on your own server
so you would need to check the error logs in your server to understand the issue
evt_1P9l5hSDdRXoIRTql2UPotmb
and to be clear. we_1P9karSDdRXoIRTqoQhdS6jz this is the webhook key I'm using, is it right?
what do you mean by "webhook key I'm using"?
webhook key to validate
return this.stripe.webhooks.constructEvent(req.rawBody, signature, 'we_1P9karSDdRXoIRTqoQhdS6jz');
nope, we_xxx is the webhook ID. here you need to set the webhook secret, which looks like whsec_xxx
oh, where can I get that?
in order to debug this, you need to check your server logs as I mentionned in the beginning.
I don't know. I already did this in local listeners, but this doesn't seems to work for Hosted endpoints