#ruebenrudi - Checkout
1 messages · Page 1 of 1 (latest)
Hi there!
Are you using Stripe Checkout product? https://stripe.com/docs/payments/checkout/how-checkout-works
oh wait, we use: https://stripe.com/docs/payments/payment-element
i mean how can we customize the payment element in such a way?
it does not show all types on mobile and most user oversee the 3-dot menu, so we want to list them all vertical
Got it! This is not really possible. Unless you build that UI yourself, and then create each Payment Method with a different element https://stripe.com/docs/js/elements_object/create_element?type=card
ok thank you very much.