#Manan

1 messages · Page 1 of 1 (latest)

sweet plazaBOT
glacial python
#

You may use universal link to redirect to your iOS app.

torn sluice
#

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.

glacial python
#

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

torn sluice
#

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?

glacial python
#

User will see the pre-filled information

torn sluice
#

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?

glacial python
#

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

torn sluice
#

We have many connected accounts with "Custom" type, can we migrate them to "Express" type account?

glacial python
#

I'd recommend checking with Stripe Support https://support.stripe.com/contact if it's possible to migrate from custom to express connected account

torn sluice
#

Okay.

#

Thank you so much, I am done with my question.
Appriciate your help. 👍