Release notes

Learn about the latest updates to our API, and Drop-in/Components for web, iOS, and Android.

This page contains the release notes for Pay by Link, Checkout API, and Drop-in/Components for web, iOS, Android, React Native, and Flutter starting from 2020.

Get updates by RSS
Filter by
Category...
4.11.0
March 2025
SunMonTueWedThuFriSat
1
2345678
9101112131415
16171819202122
23242526272829
3031
Select dates
Copy url
icon
iOS Components/Drop-in v4.11.0

We recommend you use Checkout API v70 or later.

Known issue
If you use Xcode 15, an issue with card encryption sometimes occurs when shoppers pay from a device using iOS 17.
Fixed in v4.11.1.

Changed
  • 3D Secure 2 SDK version: 2.3.3
  • Support for Xcode 15.
    • @Observable renamed to @AdyenObservable.
  • iOS 11 is no longer supported because it is not supported by Xcode 15.

Copy url
icon
Android Components/Drop-in v4.11.0

We recommend you use Checkout API v70 or later.

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).

    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.

    Use setThreeDSRequestorURL when creating your configuration object:

    Override the threeDSRequestorAppURL
    Expand view
    Copy link to code block
    Copy code
    Copy code
Fixed
  • For BCMC, errors are now correctly highlighted.