You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use react-native-braintree-payments-drop-in to pay with 3D Secure, following the instructions of the Readme. It works properly in iOS but fails in Android - always get:
3DSECURE_NOT_ABLE_TO_SHIFT_LIABILITY: [Error: 3D Secure liability cannot be shifted]
@javiervaldeslz what was the solution to your problem? How did you end up handling 3DSECURE_NOT_ABLE_TO_SHIFT_LIABILITY and 3DSECURE_LIABILITY_NOT_SHIFTED? Perhaps you can help and answer this #30
Hi,
I am trying to use react-native-braintree-payments-drop-in to pay with 3D Secure, following the instructions of the Readme. It works properly in iOS but fails in Android - always get:
3DSECURE_NOT_ABLE_TO_SHIFT_LIABILITY: [Error: 3D Secure liability cannot be shifted]
My versions are:
I have configured the browser switch as the documentation says:
This is how I am using it:
Also, I have tried including the ThreeDSecureWebViewActivity but I get the same error:
Thanks
The text was updated successfully, but these errors were encountered: