#michael_19345
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.
- michael_19345, 18 hours ago, 13 messages
- michael_19345, 19 hours ago, 3 messages
Hi, let me help you with this.
Yeah, I see in this guide it doesn't tell you explicitly: https://stripe.com/docs/stripe-js/elements/payment-request-button
If you're building a new integration I recommend you to look at Express Checkout Element instead: https://stripe.com/docs/elements/express-checkout-element/accept-a-payment
we only want to show one payment button, with express it shows multiple right? why do you recommend express? will payment request button be deprecated soon?
I don't know if it will be deprecated, but ECE is a newer integration path, you can see the comparison here: https://stripe.com/docs/elements/express-checkout-element/comparison
You can configure the layout here: https://stripe.com/docs/js/elements_object/create_express_checkout_element#express_checkout_element_create-options-layout
with ECE can you configure it to only show either google pay or apple pay? without the see more link
?
You can configure whether you want to display Link on your Stripe Dashboard.
ok. but if i have both apple pay and google pay configured in my dashboard. will only apply pay display if im on safari? or will google pay also show up?
Here's the list of supported browsers: https://stripe.com/docs/elements/express-checkout-element#supported-browsers
But you can also configure it when intitializing the element: https://stripe.com/docs/js/elements_object/create_express_checkout_element#express_checkout_element_create-options-wallets
Yes, it's the current default integration of this type.
great, thanks
Happy to help.
is there a way to configure the buttonHeight: 55 on desktop and buttonHeight: 44 on mobile?
for ECE
do you have these options for ECE?
// requestPayerName: true,
// requestShipping: true,
There's no built-in method to check the device, but you can do it yourself and set the correct number.