#niteeshvparticipant
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Do you mean, if a PaymentIntent requires a 3DS, you want to block it?
Yes, should not allow the card to proceed payment
Thanks
You can set use_stripe_sdk: false and show an error to the customer if you get requires_action after confirming the PaymentIntent: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-use_stripe_sdk
You could probably make some rules with Radar, but I don't know much about it: https://stripe.com/docs/radar
checking this link @young laurel