#jeremyistalking

1 messages · Page 1 of 1 (latest)

stoic dragonBOT
past wave
#

Hi there 👋 it sounds like you're talking about handling scenarios where a user returns to you without having fully completed the onboarding flow.

While this section is specifically talking about that happening immediately after the onboarding process, the steps that it provide are still relevant here:
https://dashboard.stripe.com/settings/branding

In short, you'll:

  1. Retrieve the Account object for that Connected Account and check whether it has been fully onboarded or if there are additional requirements that must be provided.
  2. If more details are needed, you generate a new Account Link for the Account and direct the owner of the account to the provided URL so they can complete onboarding.

Please let me know if it seems I've misunderstood what you're trying to accomplish though.

lime schooner
#

Thank you! I also want to know, when the user onboarding is finished, my user return to my app. Then how can I redirect it to the stripe dashboard to see his received funds?