#meeelaardiayon_code
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- meeelaardiayon_code, 3 days ago, 70 messages
đ 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/1235485189338300416
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
But when I tried to visit the page on mobile (chrome browser and same google pay account, it won't load.
Do you open the website in the Chrome browser on iOS or Android phone?
I also give the link to some of my colleagues and they can't see google pay button as well.
Does your colleague have a saved payment method in Google Pay wallet?
I test both in iOS and android phone.
Yes, I set it up myself for them.
We run a site scanner as well and we can see that it detected google pay but was not displayed
Can you share your public accessible development website, so that I can take a look why Google Pay isn't shown?
Sorry my bad
I saw the link above
Checking it now
I'm able to view Google Pay in my chrome on laptop
Checking mobile phone now
Same thing on my end
We are able to see Google Pay in the Chrome on Android phone
There is "See more" to expand the payment method
The integration works fine for us
For iOS, it's expected that Google Pay doesn't show. Apple Pay will be shown by default if the domain is registered and verified
Where did you test Google Pay from? Google Pay on Stripe integration isn't supported in India: https://support.stripe.com/questions/supported-payment-methods-currencies-and-businesses-for-stripe-accounts-in-india
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I also tested Apple Pay and tried to test in safari mobile version but it won't show. The domain is already enabled
What are the key requirements on browser that we need to double check @sand thunder ?
I'm in Philippines.
For Apple Pay, the domain is only registered, but not verified. I'd recommend following the steps here to verify the domain: https://docs.stripe.com/payments/payment-methods/pmd-registration?dashboard-or-api=dashboard#verify-domain-with-apple
Apple Pay will only be shown when the domain is verified
I'm done with this part. I verified it when I added the certificate on the specified folder.
The website domain here is: https://ruby-efficiency-3932-dev-ed.scratch.my.site.com
However, your screenshot showed different domain
Domain for https://ruby-efficiency-3932-dev-ed.scratch.my.site.com/ isn't verified
Ohh sorry, I meant this site
https://alphasys-demo.test.alphasys.com/posimente-wallets/
You see this site, this will not show both google pay in chrome and apple pay in safari.
So the issue is specifically in this https://alphasys-demo.test.alphasys.com/posimente-wallets ?
Are you using iFrame on Express Checkout Element?
Yes, iframe.
I iframed this url
https://ruby-efficiency-3932-dev-ed.scratch.my.site.com/s/
For Apple Pay, the domain should be verified on source domain as well, i.e. https://ruby-efficiency-3932-dev-ed.scratch.my.site.com
This has been explained in https://docs.stripe.com/payments/payment-methods/pmd-registration?dashboard-or-api=dashboard#using-an-iframe
For Google Pay, I'm still checking why it is not showing
You see this url(https://ruby-efficiency-3932-dev-ed.scratch.my.site.com/) is a salesforce community site and we can't add certificate on it.
Do you have advice on how to do that?
For both Apple Pay and Google Pay to show in an iframe,
When using an iframe, its origin must match the top-level origin, except in Safari 17+. Two pages have the same origin if the protocol, host (full domain name), and port (if specified) are the same for both pages.
Do you have advice on how to do that?
I'm afraid we don't have any alternative. This is the requirement from Apple Pay (not Stripe) that the domain association file should be placed at the domain which Express Checkout Element is hosted
Noted