#Huamyun-3ds
1 messages · Page 1 of 1 (latest)
thanks for response
my query is if I get the card information from the user and after that, I create setupintent with the card information now going into the 3d_secure process how can I know that the card is 3d_secure or not?
@sour sierra
you wouldn't know up until you get a status of requires_action
can you please elaborate it a bit more
Hi! I'm taking over this thread.
You can't know in advance if a card will require 3DS or not. But when you try to confirm the PaymentIntent (or SetupIntent), if 3DS is required, then it will be automatically handeled on the frontend by Stripe.js
ok but if I don't want to authenticate a user with 3d_secure for now and after creating SetupIntent I just want to show a check with a card that this will be 3d_Secure and this will be not
I don't think that's possible with SetupIntent, since the goal is to setup the card for future usage.
can you please confirm are you sure about this ?