#macro-PaymentIntent

1 messages · Page 1 of 1 (latest)

sly raven
#

Hi there, so you want to collect the payment details from <PaymentElement /> first and then create and confirm the paymentIntent at backend later?

upbeat blade
#

yes please 🙂

#

still want to keep all automatic payment methods

sly raven
#

Sure, you can use SetupIntent with <PaymentElement /> to collect the payment details from your customer first. Once you have the payment method created, you can create a PaymentIntent with confirm=true and off_session=true

upbeat blade
#

Okay ill look into that than k you

#

Wil ths work with apple pay and google pay?

sly raven