#Roll3rblade
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Do you mean you want the users to go through the onboarding on their mobile devices?
Yes, the onboarding for Stripe Connect.
Does this exist in the native iOS SDK or does Stripe Connect only support this through a web view?
You will need to use webview/browser. There's an option to onboard client with Custom accounts, then you'll need to build your UI by yourself, but this is not recommended.
Ok, how do you handle the callback url for iOS?
Hi! I'm taking over this thread.
Can you clarify which callback URL are you talking about?
Create an Account Link with the following arguments:
return_url
Would I create a deep link in my iOS app as the return URL?
I think so yes.
Ok, do you have any sample or examples that demonstrate handling the return_url from in iOS app when you launch the onboarding process from a web view?
Sorry for the delay, looking into this.
Thank you!