#ll0071-confirm-setup
1 messages · Page 1 of 1 (latest)
When calling the confirmSetup js function, is there a way to not show the 3D auth if its a 3D card ?
The point of confirmSetup is to do 3DS for cards that need it so I don't understand what you mean
Is there a way to know before the 3D auth pop-up that this card requires 3D auth.
no
what are you really trying to do? Because the way you are framing this right now doesn't make sense so you likely have a different real question
My question is can I pass an argument in the confirmSetup function so that instead of opening the 3D stripe window, It return an error without opening the window
Am I clear ?
sorry to be annoying but like why, why wouldanyone want that?
With confirmSetup that means you use PaymentElement, you have no control over the UI and shouldn't even be considering this
On our web apps, the operator can add a payment method and associate the payment method to a specific customer. I dont want my operator to see the Stripe 3D pop-up when he add the card since he is not the customer.
I knew there was a completely different question behind your ask!
That would be a MOTO transaction then and should be handled completely differently. We have a feature for this that exists in beta, you need to talk to our support team instead: https://support.stripe.com/contact
ok, ill look into it. Thank you!