#noroup_connect-requirements

1 messages ¡ Page 1 of 1 (latest)

thin bayBOT
#

👋 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/1381734464060788757

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

slate lotus
#

Hello, what kind of updates are you interested here? Typically platforms listen to account.updated or capability updated events to be notified of things like the account submitting its onboarding application

eternal nimbus
#

Hi, I am interested in knowing if the business onboarding process was successful

thin bayBOT
eternal nimbus
#

Also, let's say for some reason the user's stripe account is disabled. How can my integration be alerted of this?

leaden shell
#

noroup_connect-requirements

slate lotus
#

Gotcha, you can listen to the account.updated event and check the event's previous_attributes property to see if its details_submittedproperty changes. The user will often be able to get back to your site at the return_url that you provide so it is common to react to the onboarding completing based on that event or navgating to the URL, whicvhever comes first. You can also listen to capability.updated events to listen for specific account capabilities being enabled after the requirements are met.