#brunoripa.
1 messages · Page 1 of 1 (latest)
Hello
hello
I am looking for account.updated events
when the onboarding is executed (I redirect user to AccountLink url
I complete the procedure but the event is not fired
I am listening to the following events:
account.updated
checkout.session.completed
payment_intent.canceled
payment_intent.created
payment_intent.payment_failed
payment_intent.succeeded
It's a flow that was already working. Today I can't receive any account.updated event
Do you have an example Account ID where you expected to receive the Event but you didn't?
Even better would be the specific Event ID
I can't see the events, as they don't appear in the webhook page. It's like stripe is not registering at all the onboarding completion
I am using the Account Link to redirect the user to Stripe
if that's what you mean
I create a Stripe account for the user, redirect to Account Link
and listen to account.updated events (among others for payments)
No that's not what I mean. I'm talking about the Webhook endpoint specifically. See: https://stripe.com/docs/connect/webhooks
Yeah that is a direct endpoint
You need a connect endpoint
Looks like you are creating it via the Dashboard. So when you do that you need to select the "Events on Connected accounts" button
Is there any chance to create an endpoint programmatically instead ?
Yes you can create via the API: https://stripe.com/docs/api/webhook_endpoints/create
Ok, I see. Can you confirm me if my setup is ok ? My platform will be giving the chance to users to sell items, so any "seller" must have a connected account. Correct ?
Yes that's correct.
Ok, thanks a lot.
And if I use the api, will this make any difference in the setup ?
Or just by ticking "Events on Connected account" (via API ofc) would make the trick ?
You set connect: true in the API
🙏