#razvi073
1 messages · Page 1 of 1 (latest)
Hello
You have a live card in your wallet while you are visiting your site?
If you go to https://stripe.com/docs/stripe-js/elements/payment-request-button do you see Google Pay on your device that you are testing with?
There shouldn't be any difference really.
What integration are you using?
Is there somewhere I can visit to reproduce?
I am using the payment request button integration but with a custom button
if you go to https://chat.thebiblechat.app/ and look in the console after pressing the continue button
you will get the {applePay: false, googlePay: false, link: true}
in safari it seems to be working fine
i get the applePay: true
Gotcha that is because you are authenticated for Link. See: https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html where we show that Chrome + Link authenticated will result in Link showing over Google Pay
Ow, i see
If you open up the Link modal and log out then you will see Google Pay return true
so if i disable Link I should get Google Pay straight away?
Yes
cool, thank you very much
Sure
I still get {applePay: false, googlePay: false, link: true} even though I have turned off link
What did you do when you say you "turned it off"?
Did you use disableWallets when creating your PaymentRequest: https://stripe.com/docs/js/payment_request/create#stripe_payment_request-options-disableWallets ?
Ah no the Dashboard has no effect here on Payment Request Button