github Adyen/adyen-android 4.11.0

latest releases: 5.6.0, 4.13.6, 5.5.0...
17 months ago

New

  • For BLIK, one-click is now supported.
  • For 3D Secure 2, the threeDSRequestorAppURL can now be overridden from the configuration so that you can now use the Android App Link format (HTTP).
Adyen3DS2Configuration.Builder(locale, environment, clientKey)
    .setThreeDSRequestorURL("https://{your app.com}/adyen3ds2")
    .build()

⚠️Because of recent updates to the 3D Secure protocol, we strongly recommend that you provide the threeDSRequestorAppURL parameter as an Android App Link instead of custom link. This requires your app to handle the provided Android App Link. More details on how to handle Android App Link can be found on docs page.

Fixed

  • For BCMC, errors are now correctly highlighted.

Don't miss a new adyen-android release

NewReleases is sending notifications on new releases.