#hubert-mazur_best-practices
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/1306974175877136475
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! you just kind of follow the guides, use your test mode API keys, visit the AccountLink, and enter the test details from the docs in that onboarding. Was there a specific part you're working on that's giving difficulty? happy to help
so every time I have to create a new account and add e.g. 2fa to it or log in to an existing one
Is there any way to bypass this or shorten it so that I don't have to constantly add 2fa to the test account?
I think it depends on the account type, for Custom/Express accounts I think when you visit the AccountLink there are options to skip the onboarding. But yes unfortunately it can be a bit annoying to have to set up phone numbers etc each time, I agree it's not great
๐ฅฒ
oh ok.. I have last question: does stripe checkout (pwa) work in webview on appstore/android? I have a www application that is added in webview in native application and I don't know if it will work
it works but it's not ideal since for example Google Pay doesn't work in WebViews. Also you need to make sure you implement the WebView properly to handle things like if the page wants to open new pages or redirect to other apps like customer bank apps( you need to detect and create Intents to open other apps); so usually I'd recommend using our actual native mobile SDKs, or doing the payment in a full browser instead of a WebView
thanks ๐