#ghar_tok
1 messages · Page 1 of 1 (latest)
Hello! What type of connected accounts are you using? Express or Custom?
Standard
For Standard accounts onboarding is handled by Stripe, the platform isn't generally involved beyond the initial process.
I am initiating the onboarding, however some users might be missing information. How do I check the status and route back to onboarding?
Here is example
The account owner needs to provide more information to Stripe to enable payments and payouts on this account.
INFORMATION NEEDED - DUE NOW
SSN
That's something Stripe will handle by communicating with the account holder directly.
They'll see details about it in the Dashboard and they'll get an email if needed.
:) my app is the main dashboard - although they have access to the stripe dashboard as well.
I meant the Stripe Dashboard they have access to, yeah. 🙂
let me ask a different way.
How do I reinitiate onboarding?
You would generate a new Account Link for them.
I think maybe you're looking for the information in step 5 here? https://stripe.com/docs/connect/standard-accounts#handle-users
https://stripe.com/docs/api/account_links/create
unfortunately looks like account_update is for custom only
Yeah, because Stripe handles the onboarding for Standard accounts.
OK so step 5 is exactly what I am looking for thanks
"If the account isn’t fully onboarded, provide UI prompts to allow the user to continue onboarding later. The user can complete their account activation through a new account link (generated by your integration)"
testing... if new account link starts over or only collects what is missing