#umaritis_unexpected
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/1402246155236016139
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
Is this is the final event for the successful subscription of the user "account.external_account.created"
no. if you want to know that a connected account was succesfully onboarded, you need to check theaccount.updatedevent. this is explained in details here: https://docs.stripe.com/connect/handling-api-verification#determine-if-verification-is-needed
well i got so many "account.updated event" then which one is the final one? and what about this event what does this signify "account.external_account.created"
Here is the events ss can you have a look and the final event i got for the user onboarded is "account.external_account.created". can you confirm what is the final user onboarding event?
well i got so many "account.updated event" then which one is the final one?
there's no "final one". you look at each of them, and check the values ofcharges_enabledandpayouts_enabledas mentioned in the link I shared.