#nina_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/1424881762777038978
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
To clarify, the event log on your dashboard is going to list all events that happen. The status of the event is in regards to it's delivery to your webhook endpoint on your server.
So the event happened, it's listed in your Dashboard. but when we tried to send the event to you server, it didn't respond acknowledging that recieved it.
hello! fyi i am taking over this thread
just double checked some of the details here and according to our logs, your server did receive the event but it returned a 400 error message looking like this:
{"code":3,"message":"Invalid signature"}
we mark any delivery that doesn't return a 200 response as failed
so the root of this is probably that your server isn't handling signature verification properly, which is a pretty common issue people run into when standing up new webhooks. i recommend giving this article a read and trying out some of the steps outlined there
https://docs.stripe.com/webhooks/signature