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
Web Components/Drop-in
5.0.0
March 2025
SunMonTueWedThuFriSat
1
2345678
9101112131415
16171819202122
23242526272829
3031
Select dates
Copy url
icon
Web Components/Drop-in v5.0.0

This release requires Checkout API v68 or later.

If upgrading from v3.23.0 or earlier, have a look at the migration guide.

Known issues
Deprecated

The following props from AdyenCheckout configuration:

  • allowPaymentMethods
  • removePaymentMethods

To customize which payment methods are available for the shopper, include allowedPaymentMethods or blockedPaymentMethods in your /paymentMethods request.

Breaking Changes
  • The onError callback now returns an object for every Component. The object contains more details about the error. For more information, refer to Handle Drop-in errors or Handle Component errors.

  • The creation of AdyenCheckout is now asynchronous:

    Copy code
        const checkout = await AdyenCheckout(configuration); 
New

Using the /sessions endpoint, you can integrate Drop-in and Components with a single API call.

If you already integrated using the /paymentMethods, /payments, and /payments/details endpoints, you can continue using this back end setup in version 5.0.0.

Updating to this version

Install this version of the Adyen Web Node package:

Copy code
npm install @adyen/adyen-web@5.0.0 --save