#jean-baptiste-r_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/1360189415632273499
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello 👋
Lemme 30s, I'm gonna send screenshots
So, the webhook is configurated like this
When a user wants to modify his account, we send him to a link like https://connect.stripe.com/d/setup/c/foo/bar/baz.
So he can change everything he wants using Stripe's UI.
But when he validates his information, my webhook receives nothing:
So well... I don't understand 🤷♂️
Hi
Can you share an event Id that you were expecting to receive on that webhook endpoint ?
Between, you need to create a Connect Webhook endpoint
hi! I'm taking over this thread. let me know if you have other questions.
I'd love to but I receive nothing
Did you create a connect webhook endpoint?
can you share the webhook endpoint ID (we_xxx) so I can check?
we_1NpqoYFrwhyGApwdwINlPeWR
Was trying to figure it out but I don't know how sorry 😅
yep, that's an account webhook endpoint, listening to events on your own account. so it's expected you don't receive events from connected account
Oh
please read the link that was shared above that explain how to create a *connect¨webhook endpoint.
I just have a last question
Does events received by a connect webhook differs from an account webhook ?
I mean, is the data sent the same type ?
yes it's the same