#greg-f_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/1496496143348273372
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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
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!
For the CLI, you need to provide the --thin-events flag: https://docs.stripe.com/cli/listen#listen-thin-events
Alright I can try that on my computer. But it doesn't explain why my webhook doesn't receives thoses ? Am I right ?
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...
I tryied your way with the stripe cli and it worked.
I received the event but still no event sent to my real webhooks
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?
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.
My apologies for the delay, I was juggling a few other threads and couldn't find more info about this... let me try again ๐
no worries, it's just i would like that to work so i can proceed with other things on my end ๐
Makes sense, we'll get to the bottom of this!
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 โค๏ธ