#vickyh_docs

1 messages ¡ Page 1 of 1 (latest)

earnest horizonBOT
#

👋 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.

coarse kindleBOT
#

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.

dreamy lake
#

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.

haughty cliff
#

I'm not using express checkout

#

im using payment request button

dreamy lake
#

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

haughty cliff
#

ah so it's not possible yah?

dreamy lake
#

yes, it's not possible to display Google Pay for Payment Request Button in Opera or Edge

haughty cliff
#

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

dreamy lake
#

no that's not possible with the Payment Request Button. This is also a feature that is only available on the Express Checkout Element.

haughty cliff
#

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?

dreamy lake
#

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

haughty cliff
#

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

dreamy lake
#

I'm not sure I understand what you mean by deciding to go with Chrome. The Express Checkout Element also works with Chrome

haughty cliff
#

I mean like I will still use payment request button and wont use express checkout elemtn

haughty cliff
dreamy lake
#

Unfortunately, there's no solution that I can offer. These are known limitations for the Payment Request Button.