#guizhong_10139
1 messages · Page 1 of 1 (latest)
Did you register the domain with Stripe? https://stripe.com/docs/payments/payment-methods/pmd-registration
It can be used normally in the browser, but when I package the project into an APP, it cannot be displayed. Do I also need to register the domain name of the payment method?
I see that you're referring to mobile app instead of web app. How do you integrate with Stripe? Do you use Payment Element in Vue and packaged into a mobile app, then open the page in web view?
Yes, because I don’t know how to develop native mobile applications, I use Vue to develop them and then use tools to package them as mobile applications.
WebView doesn't support Google Pay as it doesn't carry Google login credentials. The checkout page should open in Chrome Custom Tabs instead: https://developer.chrome.com/docs/android/custom-tabs/
For Apple Pay, not all WebView can display Apple Pay depending on the WebView being used. Only native browser such as Safari guarantees Apple Pay.
We only recommend native mobile SDK for Apple Pay and Google Pay integration
Okay, that means these two payments cannot be displayed using webview
WebView has limited support. With WebView, there will still be a URL to open and it still requires domain registration in the event that the WebView supports Apple Pay.