#prabu17
1 messages · Page 1 of 1 (latest)
Hi
You can't check in advance if a card is 3DS secure or not, you need to proceed to a payment/authentication.
hi I would like to show message when some one uses 3D Secure Authentication and they need to use a different card.
You can't check that in advance.
const payload = await stripe.confirmCardSetup(clientSecret, payment_method)
I using this metode after getting card detail.
yes and what is your question ?
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.
No you can't check this before submitting the payment.
ok noted.
https://stripe.com/docs/payments/3d-secure#three-ds-radar i also tried by disable 3D Secure Radar rules in Dashboard. its not works.
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 ?
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.
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
I will try this rule block.
I try to achieve as a short-term solution customer needs to use different card.
As I said previously you can't check if the card has 3ds or not before submitting a payment.
ok thanks for your help