-
Notifications
You must be signed in to change notification settings - Fork 300
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I'd like the ability for my customers to create a Stripe Connected account via a native flow. Currently the solution is to open a web view and eventually re-direct back into my app once completed. This can present a few problems if the user leaves the account onboarding flow mid-process.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I'd like for the Stripe React Native SDK to expose API methods that would allow the Stripe Connected Account creation flow to be completed natively without the need for the introduction of webviews and deep linking.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Opening a webview within the app that allows my customers to create a Stripe Connected Account via the website.
Additional context
Add any other context or screenshots about the feature request here.