#zzking

1 messages · Page 1 of 1 (latest)

cinder solsticeBOT
solid swan
#

Hi there!

#

You cant' control when/if 3DS will happen. It's completely up the banks. So when you have a PaymentIntent (or SetupIntent) with status:requires_action, it means you need to confirm it on the frontend ot go though the 3DS flow.

radiant delta
#

yes, I understand that. I wanted to ask when 3DS does happen, may I use stripe.handleCardAction (https://stripe.com/docs/js/payment_intents/handle_card_action) to authenticate the 3DS for the first payment ,so that I can reuse the card later?

https://stripe.com/docs/payments/save-during-payment seems to suggest to use stripe.confirmCardPayment (https://stripe.com/docs/js/payment_intents/confirm_card_payment), but our code already uses "handleCardAction" , so I'm wondering if that'd be OK too

Learn how to save payment details during a payment.

solid swan
#

I think you can use both.