#disha_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/1222886840131125280
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi Team, I've been trying to test PaymentIntent webhook on my server but it is failing
it seems Stripe is sending events to 4 different webhooks, whereas I've configured only 2
event id: evt_3OzD3xBTWzk4a0Ig0NT4icrh
hi! as far as I can tell all that happened on that event is we sent it to one endpoint(the one ending in /api/v1/payment/stripeEvents/paymentIntentEvents) , three times(retries as you're returning a 401.
What do you see?
for whatever reason that's just how the Dashboard shows it, it's duplicating it
ohk
so it is sending it to the only active webhook>
?
I was under impression it is sending to deleted ones
as far as I can see the only deliveries are the one I mentioned(the one ending in /api/v1/payment/stripeEvents/paymentIntentEvents) , three times)
ok, thanks
still, its quite strange, my end point is active
yet, I'm not seeing 401 error on Stripe portal
what do you see instead?