#mili-patel_api
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/1334137622678994991
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello
Firstly I want to mention that integration is deprecated and no more maintained
you should use Express Checkout Element
And then you can refer to this section in order to have/test Google Pay:
https://docs.stripe.com/elements/express-checkout-element/accept-a-payment#test-integration
i want to know about how can i show google pay option in my stripe payment i use this <ExpressCheckoutElement />
Please refer to this section
but as a following this https://docs.stripe.com/stripe-js/elements/payment-request-button?client=html link, it's saying that link should not be authenticated in terms to display the google pay button using the <ExpressCheckoutElement />, am i correct?
How can I display the both Pay with Link button and google pay button at the same time in my form using express checkout element for netherlands or any other country?
The link you are sharing is for RequestButton and not Express Checkout Element
This is natively supported using Express Checkout Element
You need to follow this link instead:
<https://stripe.com/docs/elements/express-checkout-element/accept-a-payment
To manually override which payment methods are enabled, list any that you want to enable using the payment_method_types attribute.
If you collect payments before creating an intent, then list payment methods in the paymentMethodTypes attribute on your Elements provider options.
If you create an intent before rendering Elements, then list payment methods in the payment_method_types attribute on your Intent```
Can you please explain this brief to me?
options={{clientSecret, paymentMethods: ['card']}}
/>```
Is this the correct way to render the multiple payment buttons like Link, G Pay, etc..?
@grand geyser Hello, could you please response? PLease....
Hello...@steel gorge, could you please check it up here..?
@spring scroll please be patient, we handle multiple threads on discord at the same time and we will get back to you as soon as possible
Sorry..Thank you
no worries, I just need time to catch up with the thread and will get back to you shortly
Sure
@spring scroll please follow the steps in this guide https://docs.stripe.com/elements/express-checkout-element/accept-a-payment in order to implement this
please note that Google Pay has some requirements https://docs.stripe.com/testing/wallets?ui=payment-element#device-requirements
that you need to double check to see whether you will be able to see Google Pay
in all cases visiting https://docs.stripe.com/elements/express-checkout-element/accept-a-payment will show you the PaymentMethods that you can see based on your location and browser setup