#tuan_58808
1 messages · Page 1 of 1 (latest)
Express Checkout Element only supports wallet payment such as Google Pay, Apple Pay and Link. If you wish to support other payment methods, Payment Element should be used: https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=elements
With Express Checkout Element, could we show that 3 wallets all the time? I mean even when there is a Link login session.
Yes, Express Checkout Element can show Apple Pay and Google Pay all the time by setting wallets.[payment_method] to always when initialising the Express Checkout Element: https://docs.stripe.com/js/elements_object/create_express_checkout_element#express_checkout_element_create-options-wallets
Link can't be configured.