#GiovanniV - Account Links
1 messages · Page 1 of 1 (latest)
Hello! It sounds like the onboarding process is complete, correct? You want to collect info after onboarding is complete?
If so you should set type to account_update when creating the Account Link: https://stripe.com/docs/api/account_links/create#create_account_link-type
They want to be taken to the connect setup page so the connect account can finish their account registration
So onboarding has not been completed?
no I created an incomplete profile this needs to be then completed
Oh, this is an Express account.
So if you try to create an Express Dashboard link for this account right now what happens? https://stripe.com/docs/connect/integrate-express-dashboard
Yes being redirected to a link as if the onboarding is complete
but that's not the case I believe
https://stripe.com/docs/api/account_links/create#create_account_link-refresh_url
Sorry, not sure I understand. Did you see my question above?
yes let me try
1 min
But does this solve the above question asked
the goal is the following:
Our goal is to take the user to the Connect setup page so that they can finish their account registration as detailed here: https://stripe.com/docs/api/account_links/create
It depends on the state of the account. With Express accounts there's an onboarding phase that can be completed with an Account Link. After onboarding management of outstanding requirements happens in the Express Dashboard.
So if the account hasn't completed onboarding yet then the Account Link will work, but it sounds like this account may have already completed onboarding and needs to be sent to the Express Dashboard instead.