#disha_webhooks

1 messages ¡ Page 1 of 1 (latest)

noble sandalBOT
#

👋 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.

carmine gorge
#

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

rustic sableBOT
carmine gorge
#

event id: evt_3OzD3xBTWzk4a0Ig0NT4icrh

viscid summit
#

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?

carmine gorge
#

I see four attempts here

#

2 on platform account, 2 on connect accounts

viscid summit
#

for whatever reason that's just how the Dashboard shows it, it's duplicating it

carmine gorge
#

ohk

#

so it is sending it to the only active webhook>

#

?

#

I was under impression it is sending to deleted ones

viscid summit
#

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)

carmine gorge
#

ok, thanks

#

still, its quite strange, my end point is active

#

yet, I'm not seeing 401 error on Stripe portal

viscid summit
#

what do you see instead?

carmine gorge
#

ok, wait I think I got the reason

#

let me try something out

noble sandalBOT
carmine gorge
#

it was my code's authorization issue

#

sorry to bother you