#celsian
1 messages · Page 1 of 1 (latest)
Hi 👋
What Stripe product are you using to collect payment method information?
We are using the JS PaymentElement
Let me look into this
Thank you
Okay I have reviewed this with my colleagues and we only allow this kind of customization with the Express Checkout Element. We recommend using the Express Checkout Element to collect Apple Pay payment details for recurring payments using the documentation you found.
I dont know what type of payment method the customer plans to use before they checkout, should I be adjusting the way my checkout page looks?
Maybe by removing Apple Pay from the Stripe Payment Element and having a different button they can click to express checkout with Apple Pay?
Yes. For your checkout page I recommend creating the Payment Element with the wallets.applePay option set to never and then using the Express Checkout Element to present the Apple Pay option.
https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-wallets-applePay
thank you