#mudasir-ali_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/1480811027154079745
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
In test mode, I enter the Stripe-
Did your message get cut off here?
yes there was no space left so i could not explain the whole scenario
In my application, users can connect their Stripe Express account by tapping a "Connect to Stripe" button. When tapped, my backend generates a Stripe Connect Express account onboarding link, which I then open for the user to complete the onboarding flow.
I have tested two approaches to open this link on Android:
- Opening the link in the Android external/default browser app
- Opening the link inside a WebView within the app
Both approaches produce the same failure.
only one thing to note is that it is working on iphones as well as desktop browsers
i have attached the image showing the error
We have a limitation when it comes to opening onboarding links in webviews or certain browsers
Stripe-hosted onboarding is only supported in web browsers. You can’t use it in embedded web views inside mobile or desktop applications.
osted onboarding supports the same set of browsers that the Stripe Dashboard currently supports:
The last 20 major versions of Chrome and Firefox
The last two major versions of Safari and Edge
The last two major versions of mobile Safari on iOS
Hosted onboarding isn’t supported when embedded through webviews. It’s only supported in standalone browsers.
https://docs.stripe.com/connect/hosted-onboarding?accounts-namespace=v1#browser-support
Given that you are using our react native SDK, have you considered using embedded onboarding rather than hosted onboarding (account links)?
i have also tested in the external browsers like chrome in my case but got the same user not found error
also i have also tested it with embedded onboarding but same issue
this was for the account link generated through the Android app?
yes
hmmm, could you provide me the hosted onboarding link for this? And could you give me your account ID? (acct_xxx)
wait i will provide u in a while