#qwertyuiop123-Payment Element

1 messages · Page 1 of 1 (latest)

minor acorn
#

sorry I missed your message there

#

👋 happy to help

#

if you're migrating to PaymentElement, the best way of using it would be to change the flow completely

#

basically you should be using PaymentIntents

#

you could take a look at this guide for migrating to Payment Element

azure sage
#

yes, I've seen it, but the question still is the same, if it's even possible to use the new UI with previous functional flow.

minor acorn
#

stripe.confirmCardPayment only works with Card Element

#

you can use stripe.confirmPayment with Payment Element

#

and instead of create token you should use stripe.createPaymentMethod

#

but this is not recommended at all

#

the recommendation is using Payment Intents (client_secret) with Payment Elements