#qzai.
1 messages · Page 1 of 1 (latest)
hello! can you provide the link to your site where the Payment Element is shown?
is there any other way to login besides SSO?
Unfortunately, we won't be logging in using our FB / Google accounts. If you have a test site where you can disable authentication and let us access that would be better
some other points to take note of :
- do you have a live valid card in your Google Pay wallet
- Did you register your domain : https://stripe.com/docs/payments/payment-methods/pmd-registration
sorry that doesn't work for me, it's still showing the login page
can you try clearing your cache and log in again? are you sure your wallet has a valid card right now?
looking at that page, it says if you want to manage your Google Pay payment methods, you need to go to another page right? What if you go to that other page
Do I need to bind a Google card to display it?
If you don’t log in to your Google account, will Google pay not appear?
yes, you need to be logged in to your Google account
otherwise Google Pay won't appear
ok i see
My colleague's Google account had no card yesterday and it didn't show up. Then he tied the card, but it still didn't show up. Until today, he looked at it again and it can be seen.
How long does it take approximately?
i would clear the cache if you just added the card and reload the page to see if that works to surface the Google Pay button
After adding the card, we refreshed and logged in again.
Still not working
Same goes for Apple pay
Apple Pay appears on my phone but not on my computer
If I use it like this, can Google pay and Apple Pay be displayed without binding the card?
hello ?
hello
I used this method but link pay was displayed. How can I hide it?
Where is the callback after successful Google Pay payment?
https://dashboard.stripe.com/settings/payment_methods - you can disable Link for the Express Checkout Element here
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
what do you mean by where is the callback? did you register a confirm handler like the error message mentions? https://www.stripe.com/docs/elements/express-checkout-element/accept-a-payment#submit-the-payment
I have configured link pay. Can I make google pay appear first?
you ca define the order here : https://stripe.com/docs/js/elements_object/create_express_checkout_element#express_checkout_element_create-options-paymentMethodOrder
you can probably try something like :
paymentMethodOrder: ['google_pay','apple_pay', ]
You mean I need a payment button below?
But when I clicked the Google Pay button, it had already jumped away.
no, you don't need a payment button below for Express Checkout Element. Have you gone through https://www.stripe.com/docs/elements/express-checkout-element/accept-a-payment on how to accept a payment using the Express Checkout Element?