#prabu17

1 messages · Page 1 of 1 (latest)

silk nexusBOT
remote cairn
#

Hi
You can't check in advance if a card is 3DS secure or not, you need to proceed to a payment/authentication.

modern flame
#

hi I would like to show message when some one uses 3D Secure Authentication and they need to use a different card.

remote cairn
#

You can't check that in advance.

modern flame
#

const payload = await stripe.confirmCardSetup(clientSecret, payment_method)
I using this metode after getting card detail.

remote cairn
#

yes and what is your question ?

modern flame
#

it's automatically pop up authentication box. Is their any way to get this card is 3d secure when the patient submit this popup box.

remote cairn
#

No you can't check this before submitting the payment.

modern flame
#

ok noted.

remote cairn
#

That will block any payment will go throw 3DS, did you try this rule Block if :is_3d_secure:

#

Why you want to not accept payment from 3ds cards ?

modern flame
#

I captured an amount on server side using setupIntent.

#

who are all uses tis type of cards secure, I unable to capture amount once item delivered to them.

remote cairn
modern flame
#

I try to achieve as a short-term solution customer needs to use different card.

remote cairn
#

As I said previously you can't check if the card has 3ds or not before submitting a payment.

modern flame
#

ok thanks for your help