#tika-3ds-frictionless

1 messages · Page 1 of 1 (latest)

sharp meadowBOT
keen sedge
#

the FE pops up the 3ds/2fa screen briefly and disappear automatically...not very pleasant...

magic crag
#

@keen sedge that's how 3DS works though. In many cases 3DS doesn't require any "action" because the bank can do frictionless authentication where it collects details about your device and makes a decisions

#

tika-3ds-frictionless

keen sedge
#

so nothing further to improve this user experience

#

i am afraid we might run into alot of cards that are not enrolled to 3ds in canada

magic crag
#

I mean if the card isn't enrolled at all they wouldn't see anything. So I think you might be confused a bit and 4242 is just special in Test mode

keen sedge
#

i have the caller to our backend to request 3ds and we set this
payment_method_options: {
card: {
request_three_d_secure: "any",
},
},

#

when request3ds is true
but we don't know if the card is enrolled or not

#

the supported indicator is true for 4242

magic crag
#

It's all Test mode, those are just test cards. But why are you forcing 3DS like this? this is really uncommon for a normal/good integration unless you're under heavy fraud attacks

keen sedge
#

there is no indicator from stripe that i can tell if the card is unenrolled just like the unsupported indicator?

magic crag
#

There shouldn't be any need or reason for you to do this though. We do 3DS for you when needed as long as you use PaymentIntent and PaymentElement for example.
I'm sorry I'm struggling a bit to understand what the problem is and what you are really trying to do

keen sedge
#
  1. we set in backend to request 3ds on the pi
  2. for the case when the test card use such as 4242 is unenrolled, it came back with status=requires action
  3. the front end pops up the bank 2fa page but disappeared quicky when it call stripe.confirmCardpayment
magic crag
#

sure but I already explained that part and it's all normal

#

We were discussing why you even do that request_three_d_secure: "any", which you don't need really

keen sedge
#

i guess it's a business ask

#

on certain sales

magic crag
#

Okay so in that case we will try to do 3DS which requires talking to a partner to check if the card supports it or not and then we can do "frictionless" where they don't need to do 2FA or anything, it just seamlessly works which is what you see appear and disappear
That's what I was explaining earlier

keen sedge
#

ok thanks for explaining this