#henryd
1 messages · Page 1 of 1 (latest)
Hello! Can you provide more details? Why do you want to disable it?
The reason for this is that we don't want our users to pass through an authentication process on this screen since it is like a "Payment management" section where they simply attach a credit/debit card. Basically, we don't want to scare our "complex users" at this point
We have some rules to prompt the 3DS flow (if needed) at the checkout screen instead
Hello! Hopping in here since rubeus has to head out soon - you're using SetupIntents right? Are you setting usage: off_session or on_session when you create your setup intents?
It is set to usage: off_session
Try setting usage: on_session - that denotes that you're planning on always having your customer on-session to provisde 3ds authentication when it's time to pay instead of asking for it up front
Got it. I'll try using that setting, I'll let you know if that works for us