#Minalv
1 messages · Page 1 of 1 (latest)
👋 happy to help
do you mean you want to create a payment method for a card that has 3DS ?
yes
what are you using? Payment Intent or Setup Intent?
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
please follow this guide https://stripe.com/docs/payments/save-and-reuse
YES, but we are creating set-up intent later
how we get card detail and generate payment method in payment element