#adi_webhooks

1 messages ยท Page 1 of 1 (latest)

karmic pivotBOT
#

๐Ÿ‘‹ 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/1461414675341250764

๐Ÿ“ 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.

trim anchor
#

Hi, my new webhook is the one in the Related Event Id field. The old one is in my "what did i attempt" field

maiden widget
#

Hi ๐Ÿ‘‹

Your webhook endpoint was create 10 minutes after the event

trim anchor
#

ah im sorry, i didnt refresh the list. This one
evt_3SpuUTGbNDJKVleW0okhraq7

maiden widget
#

I see a successful delivery for that event

#

The first attept failed and a retry succeeded

trim anchor
#

It took a while for me to get that in the interface. The failed one said "Error processing connect webhook: Invalid null ID found for url path formatting. This can be because your string ID argument to the API method is null, or the ID field in your stripe object instance is null. Please contact support@stripe.com on the latter case.", is that ok?

maiden widget
#

I recommend you add logging to your webhook handling code. it looks like your code is trying to handle this event like it's on a Connected Account but now you are getting events for your own account so they will have different properties.

#

What happens in your webhook event handler is up to you

trim anchor
#

I see, ok, i thought thats something from stripe since that payment intent is 2 times. I already updated the handler thats why i needed a new webhook, but it seems to be fine, it just took some more time. Thanks!