#hassan-inayat-react-native-dev_error
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1293143729091121242
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi
Are you working with #1293143005775003659 ? they are asking the same question by chance.
You should avoid using WebView, due to its poor performance, unexpected behaviour and it's hard to debug...
You should simply redirect the Customer to a real browser for the onboarding
then handle the redirection using deep link once the account finished their onboarding
https://docs.stripe.com/api/account_links/create#create_account_link-return_url
Yes i am working with him
is there any other way except the deep linking?
any stripe sdk or api capability that can do the onborading process smooth?
Nope.
There are the emebedding components:
https://docs.stripe.com/connect/get-started-connect-embedded-components?client=react
But there isn't a Mobile SDK yet for that.