#Manan
1 messages · Page 1 of 1 (latest)
You may use universal link to redirect to your iOS app.
Statement in Stripe docs:
"Your refresh_url should trigger a method on your server to call Account Links again, with the same parameters, and redirect the user back into the Connect Onboarding flow to create a seamless experience."
How do we redirect user back in to onboarding flow on same page where link was expired, by that time user might have completed some process of onboarding as it's multi part process.
Stripe will store the information that the user has filled in when he/she leaves half-way. Your server will generate a new account link with type=account_onboarding to user to go back to the onboarding flow. User will be able to continue where he/she last left at
Great.
While creating account link, we pre fill profile info such as name, address, dob.
When user tap on the link and navigate to stripe forms, do user see this pre filled information or is it skipped altogether as it's already provided to stripe in the link?
User will see the pre-filled information
In a scenario, we create custom type "connect" account for user which would be helpful to create account link and user opt out to fill bank details in the middle, what is the best practice here? Do we delete the connected account or keep it stored in our database?
It depends on your business requirements. If the user will come back in the future, the connected account can be kept. Otherwise, it can be deleted
We have many connected accounts with "Custom" type, can we migrate them to "Express" type account?
I'd recommend checking with Stripe Support https://support.stripe.com/contact if it's possible to migrate from custom to express connected account
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.