#Minalv

1 messages · Page 1 of 1 (latest)

spring tulipBOT
dapper echo
#

👋 happy to help

#

do you mean you want to create a payment method for a card that has 3DS ?

novel thicket
#

yes

dapper echo
#

what are you using? Payment Intent or Setup Intent?

novel thicket
#

previosly we have used CardNumberElement and using element we are creating payment method
.stripe
.createPaymentMethod({
type: 'card',
card: cardElement,
billing_details: { name: 'Minal' },
})

#

we are using setup intent

dapper echo
novel thicket
#

YES, but we are creating set-up intent later

#

how we get card detail and generate payment method in payment element

dapper echo