#Kalluste
1 messages · Page 1 of 1 (latest)
not that I know of, no. What some people do is have a PaymentRequestButton or ExpressCheckoutElement in addition to the PaymentElement, to have a wallet button on the page
I actually found this
elements.create('payment', {
paymentMethodOrder: ['apple_pay', 'google_pay', 'card', 'klarna']
});
This would hopefully preselect the first option?
maybe, I saw that too but I don't think 'apple_pay' and 'google_pay' count as payment method types, they usually are bundled together under 'card', so I didn't suggest it. You can try it though