#deondk-3ds

1 messages · Page 1 of 1 (latest)

fluid valley
#

👋 happy to help

#

could you please share a Payment Intent Id?

queen kernel
#

py_1LFtxT2ZHju5IOtmLKj9Tm5s

fluid valley
#

this is not a card payment

queen kernel
#

pi_3LFtxLFDPlX5rx8l0EFmhXsl

fluid valley
#

on the Charge object of that Payment Intent you can find the payment_method_details.card.three_d_secure if this is not null then you can look at the version property of that object

queen kernel
#

so 3DS will be 1 and 3DS2 will be 2?

fluid valley
#

it could be 2.x.x

#

or 1.x.x

queen kernel
#

ok great thanks

fluid valley
#

let me know if you need any more help

queen kernel
#

is there any way to create a rule not to allow 3DS 2?

fluid valley
#

is there a reason for that?

queen kernel
#

well I am using xamarin and built a workaround with webview for 3DS

#

works fine on normal 3DS but on version 2 the webview crashes for some reason and havent found a fix for that yet