Taracque / cordova-plugin-braintree

:credit_card: A Cordova plugin for the Braintree mobile payment processing SDK.
MIT License
27 stars 42 forks source link

Android v3 and IOS v4 sdk for PSD2 Strong Customer Authentication #70

Open crisp978 opened 5 years ago

crisp978 commented 5 years ago

Someone has already begun to integrate the Android v3 and IOS v4 sdk into the plugin?

Deeeej commented 5 years ago

Yes, the deadline in Europe for SCA (Strong customer authentication) which basically mandates the use of 3DS - 3d secure, is the 14th September 2019. This means, unfortunately, the current version of this plugin will result in a much higher level of rejected transactions as there is no method for using the 3DS flows.

Are there any plans to update the plugin to make it work after 14th September 2019?

Here are some articles on the changes: https://developers.braintreepayments.com/guides/3d-secure/overview https://www.braintreepayments.com/blog/psd2-sca-requirements-a-closer-look-at-exemptions/

Deeeej commented 5 years ago

On closer inspection it looks like the plugin already supports 3DS 2.0 for iOS as that was released in version 4.10.0 of the SDK and this plugin uses version 4.14.0, see: https://github.com/braintree/braintree_ios/releases?after=4.16.0

But the Android SDK only got support after version 3.3.30, see https://github.com/braintree/braintree_android/releases, which was only released 25 days ago.

DevHamburg commented 5 years ago

Are there any plans to update the plugin to make it work after 14th September 2019?

This is very important

Samyssmile commented 5 years ago

I received some E-Mails from Braintree, I need to update my plugin to Android v3. Any ideas about progress guys ?

Samyssmile commented 4 years ago

Someone has already begun to integrate the Android v3 and IOS v4 sdk into the plugin?

Did you solved it?

jamesdixon commented 2 years ago

@Deeeej or anyone else here have luck with 3ds support?