bamlab / react-native-braintree-payments-drop-in

React Native integration of Braintree Drop-in
MIT License
35 stars 31 forks source link

3DSECURE related questions #30

Open stravi opened 4 years ago

stravi commented 4 years ago

Hi,

From this and this code I understand that some payment requests may fail only because I provide threeDSecureOptions.

  1. Does it mean I should NOT always ask for a payment to be 3DS in order to increase the successful payment rate?
  2. If so how do I know for which payments I can ask for 3DS and for which I should NOT?

Thanks.

PS. Are there any plans to make this repository to consume the newest Android v3 SDK from Braintree in order to support 3DS 2.0?