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.