#greg-f_webhooks

1 messages ยท Page 1 of 1 (latest)

pallid shadowBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

earnest pulsar
#

I also tryied listening to those events from my computer with the CLI but I didn't got it either way.

stripe listen --latest --forward-thin-to localhost:4242/webhook

zealous cairn
#

Hello! Let me take a look ๐Ÿ™‚

#

v2.core.account_link.returned is a thin event which is distinct from snapshot events and might be the issue!

earnest pulsar
#

Alright I can try that on my computer. But it doesn't explain why my webhook doesn't receives thoses ? Am I right ?

zealous cairn
#

I see your connect webhook endpoint configured for thin events and listening to v2.core.account_link.returned but I don't see any attempted deliveries for the event your shared ๐Ÿค” let me keep digging...

earnest pulsar
#

I tryied your way with the stripe cli and it worked.
I received the event but still no event sent to my real webhooks

zealous cairn
#

That's progress! It's strange that the CLI can forward events to your endpoint but it's not recieving real events ๐Ÿค” can you double check you are using the correct secret key?

earnest pulsar
#

You mean the secret key of the webhook ?

#

I don't see the event sent inside the interface of my webhook.

#

I received correctly the ping on my end but no other invocation.

zealous cairn
#

My apologies for the delay, I was juggling a few other threads and couldn't find more info about this... let me try again ๐Ÿ™

earnest pulsar
#

no worries, it's just i would like that to work so i can proceed with other things on my end ๐Ÿ™

zealous cairn
#

Makes sense, we'll get to the bottom of this!

zealous cairn
#

I see you have another webhook endpoint for V2 events named outbound-payment-reimbursement. Does this work as expected?

#

Ah I think I found the culprit!

#

V2 Account events are created at the platform level rather than the connected account level, but I see that your webhook is listening for connected account events. Can you try creating a new webhook for "Your account" and let me know if that is able to receive v2.core.account_link.returned events?

#

I know this isn't obvious at all in our UI... I will ask our product team to improve and properly document this!

#

I really hope this unblocks you and appreciate your patience as I kept digging โค๏ธ

earnest pulsar
#

Okay ! I will try this tommorrow and give you a follow up on our progress ๐Ÿ˜„

#

If that's it! There is actually improvements to be made on this UI