#Ivy_Ray
1 messages · Page 1 of 1 (latest)
Hi there!
We don't have a webhook event for the account creation, but soon after you should get account.updated when the account is being onboarded.
Thank you for your answer, though we really need to know that somebody has created connected account but hasnt finished the onboarding process 😦
How are you creating the connected accounts?
If you are using OAuth, I think there is account.application.authorized.
And if you are manually creating the account with https://stripe.com/docs/api/accounts/create, then it's your code that creates the accounts, so you already know when a new account is created (no need for a webhook event)
Thanks! Will try 🤗