#fosron
1 messages · Page 1 of 1 (latest)
yes
If so, I recommend you to use Payment Element instead of Card Element: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
Alternatively, you can add Express Checkout Element in addition to Card Element: https://stripe.com/docs/elements/express-checkout-element
so it is not available using our flow? payment element would require a big refactor for us sadly
Payment Element will ensure your solution is future-proof too. You will be able to manage the available payment method types from your Dashboard. Whereas, Card Element will unlikely get any updates.
I understand the upside, but the goal now is to get apple/google pay support, upgrades will come down the line
Also to be clear, the Card Element by itself only has fields for taking a credit card number. It has no Apple/Google pay capabilities by itself.
So if you want to take Apple/Google Pay with your current integration, you need to add the Express Checkout Element
The Express Checkout Element creates an Apple/Google pay button as appropriate
ok, understood. Just wanted to make sure i did not miss any documentation