#rkrkrohitkkumar

1 messages · Page 1 of 1 (latest)

light nexusBOT
random mason
#

Hi
3ds is requested by the card's bank issuer. Stripe has no control over it.

hardy spear
#

okay, but I saw in payment intent we have error_on_requires_action parameter which we can leverage to throw a custom error. Is there anything similar in setup Intent ?

random mason
hardy spear
#

In our system, we want to throw an error if user enters a 3ds Payment method.

random mason
random mason
hardy spear
#

requires_action

random mason
#

requires_action is a value and not an attribute. It's a value forstatus attribute. Both SetupIntent and PaymentIntent have this attribute.

hardy spear
#

okay, got it

#

one more question

#

I am using error_on_requires_action attribute in payment Intent and marking it as true and handling the error.
Can I do same for setupIntent ? because we don't have error_on_requires_action attribute in setupIntent

#

?

random mason
#

error_on_requires_action is only available for PaymentIntent when confirming the Payment

hardy spear
#

so for setup Intent is there any way to do something similar ?

random mason
#

Nope.

#

However, I think you can use Radar for blocking SetupIntents that requires 3ds

hardy spear
#

thanks