#beeeeeeeeeeee2
1 messages ยท Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- beeeeeeeeeeee2, 56 minutes ago, 4 messages
it relates to the previous conversation, yeah, i wasnt able to check definitively
yeah i saw that google pay has a "pay" option however it isn't in stripe.js
that's the one i need really
i was just curious if "default" is actually "pay" but i dont even have docker on my machine it would take me a while to setup to test it
we support it in ExpressCheckoutElement : https://stripe.com/docs/js/elements_object/create_express_checkout_element#express_checkout_element_create-options-buttonType-googlePay
https://github.com/stripe/stripe-js/blob/master/types/stripe-js/elements/payment-request-button.d.ts#L104 from what I saw our web implementation uses this component
and i didnt see a "pay" option
but one of your colleagues suggested "default" would actully be "pay" but i couldn't check to confirm
do you have a ready to run project you could quickly check on what "default" is? its ok if not i wont get upset ๐
https://stripe.com/docs/stripe-js/elements/payment-request-button should be the default
the jsfiddle shows a "link" button for me. i have a credit card set in my chrome though ๐ค
can you screenshot the jsfiddle? ๐
sorry i am so difficult
it's the same as my above screenshot
it's "G Pay" yes
ah ok
i was hoping for "pay with {gpay}"
we have that option in stripe-react-native
if you use ExpressCheckoutElement per the link earlier, it does support that
ah ok ๐ I'll ping our web guy then if that's an option
PaymentRequestButton is an older component and doesn't support everything
idk what the difference is tbh i was only working on react native implementation
is it supposed to be used in the same way meaning we could just replace one with the other in our current implementation?
well they fulfill the same use case(displaying buttons for wallet payment methods) but the actual implementation is different. Migration guide : https://stripe.com/docs/elements/express-checkout-element/migration
ah ok thanks so much! ๐