#TaiNguyen-3ds

1 messages · Page 1 of 1 (latest)

unkempt vault
#

@plucky pike what have you tried so far? what language are you using and which library?

plucky pike
#

Im using nodejs and react-native

unkempt vault
#

then you'd just add

payment_method_options: {
        card: {
            request_three_d_secure:"any"
        }
    },

when creating the SetupIntent

#

yes into that call