#Vijaykrishnan
1 messages · Page 1 of 1 (latest)
Hello, can you summarize where your question was when it left off?
The server is a bit busy so a summary will help me catch up much faster
sure
Hello - I am stuck with an issue - need your assistance. I have a Webapp hosted and it is rightly showing the apple pay / google pay without issues. The same is converted to PWA using ionic capacitor app with just npx cap sync ios / android and npm run build with bundling the pages to app. In this scenario we see only the card is rendered whereas the apple / google pay is not rendered. Appreciate any insight to this..
this is my issue
i am not asking for ionic help - i want to know when app is rendered does it follow same route to render the react-stripe js
does this help ?
or i am talking something odd ?
👋 stepping in
So you see Card Element fine but you aren't seeing Apple Pay or Google Pay?
Are you using Payment Request Button?
correct - i am using PaymentElement
not Payment Request
MobileApp is through browser in mobile where i can see
but through the app i could not..
Ah okay thanks for clarifying. Overall I'm not sure this is going to work... the web implementation is specifically designed to be loaded via a browser. I assume Ionic is changing things here and breaking that flow in some way.
hmm..
I think you would need to reach out to Ionic about this or you are going to need to rely on the actual Stripe capacitor (like talked about here: https://forum.ionicframework.com/t/incorporating-apple-pay-stripe-using-https/200852). I don't think you can simply load up Payment Element and expect it to work since this is no longer a browser environment.
We don't support Ionic directly so I really don't know that much about it unfortunately.
hmm - i understand..
my only query to you was is there any difference in card response vs wallet response. Because somehow the app is able to render the card but not these wallet related ones
Yep there are certainly differences. We outline prerequisites here for example: https://stripe.com/docs/stripe-js/elements/payment-request-button?client=react#react-prerequisites
Those apply for Payment Element as well
if those are satisified in web why app it wont be satisified - i am not sure.. may be i am knocking wrong door - thanks again for your patience