#speakofthedevo
1 messages · Page 1 of 1 (latest)
hello! why not use the Stripe onboarding form : https://stripe.com/docs/connect/express-accounts#create-link
Eh, I do that for my website, but this is thru my iOS mobile app, so I was looking to see if there was a link I could provide them to continue on with onboarding
Plus, the onboarding form doesn't give a user an option to add their bank accounts at another time?
is there a reason why you can't redirect the user to the corresponding link in your app?
that is the link to continue on with onboarding
Ah, so I would call stripe.accounts.create
then stripe.accountLinks.create(account.id) which would give me back a link I can provide them?
yep
Okay perfect, thank you! Do you know how I would provide return and refresh urls to send them back to the iOS app?
you'll likely need to do a deeplink