#Ying
1 messages · Page 1 of 1 (latest)
This issue occurred when our user tried to add a payment method (based in Europe)
If this is a general issue, you may be missing a the return url for your iOS app. If this is a single customer, they may need to contact their bank to ask about the 3DS flow and why the authentication was failed.
I'd suggest contacting our support team with the payment intent ID for any help investigating when you have more info from your customer: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Thanks for the suggestion - it's not a general issue, but only happens to some users. I will send the email
(I sent an email with the transaction id for investigation) can I follow up with a more generic question: when adding payment methods, we would use setup_intent. Currently in Europe, setup_intent would always trigger the 3DS auth UI because of SCA. Does setup_intent have an option to not trigger the 3DS auth UI when adding the payment ? I am curious.
Requiring 3DS or not is at the discretion of the issuer, you cannot control that no
You can opt-in to request it more often, but this is still up to the bank to require or not
I see. The reason I asked was because, I tested adding the same card on several apps. Most of the apps prompted the 3DS auth UI, and one or two apps didn't. Which made me wonder if the latter was doing something different
Gotcha. So yes, some of the apps may have been doing something different to request that the bank do 3DS more often, and some of that may have been luck of the draw based on the bank's decisionmaking.
I see.