#vickyh_docs
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/1265489867949736012
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- vickyh_error, 1 day ago, 18 messages
Google Pay has additional configurations that determine when Stripe can show it. By default, Google Pay shows when the customer is using a supported platform and when we determine it's advantageous for your conversion. This is the auto behavior.
If you want to always show Google Pay when the customer is using a supported platform, you can set its property in paymentMethods to always.
ah sorry, my bad, but if you want it to show as in Opera and Edge, then you'll want to use the Express Checkout Element instead
yes, it's not possible to display Google Pay for Payment Request Button in Opera or Edge
And also can we trigger the google pay even when user still hasn't added the card to google wallet. Meaning they can click gpay button and add the card inside gpay modal?
could you also enlighten me for this?
some user might want to use google pay and they wanted to add the card after they clicked the button
no that's not possible with the Payment Request Button. This is also a feature that is only available on the Express Checkout Element.
but i saw some user able to trigger add card feature from the current modal
and also for the 3rd question
i think there's some issue with detecting cards with google pay. I had the error where no cards could be detected, then after i initiated a google pay dialog box from another website, then it no longer shows the error and i can make payment with gpay this is the report from user regarding google pay experience
is there any root cause for this?
We've seen this issue sometimes and it's likely because Google Pay caches certain information related to detecting if a customer can make payment (i.e. has a valid card in their wallet). Again, you'll really want to look into using the Express Checkout Element instead so that you can always display the Google Pay button in a supported platform
I decided just to go with chrome because I need to use payment request button
i also ready some articles that some browser refusing to read 3rd party cookies
but it makes the feature inconsistent for user
it's not a best practice if I told the user to trigger the gpay on other website then go back to mine
I'm not sure I understand what you mean by deciding to go with Chrome. The Express Checkout Element also works with Chrome
I mean like I will still use payment request button and wont use express checkout elemtn
is there any solution for this kind of issue?
Unfortunately, there's no solution that I can offer. These are known limitations for the Payment Request Button.