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.8.0
March 2025
SunMonTueWedThuFriSat
1
2345678
9101112131415
16171819202122
23242526272829
3031
Select dates
Copy url
icon
Android Components/Drop-in v4.8.0

We recommend you use Checkout API v67 or later.

New

Payment method: Online banking Poland

Improved

Updated the 3D Secure SDK to v2.2.8.

Fixed
  • Drop-in now terminates without crashing when the shopper is redirected back to your app.
  • The 3D Secure 2 SDK no longer crashes on Android 13.

Copy url
icon
iOS Components/Drop-in v4.8.0

We recommend you use Checkout API v67 or later.

If you use Xcode 15, use v4.11.1 or later for compatibility.

Improved
  • For the Card Component, use the new billingAddressRequirementPolicy parameter in the configuration object to specify card brands for which the billing address field is optional.
Fixed
  • For Drop-in, when you make a partial payment with a gift card and select another payment method, the payment button now shows the remaining amount.
  • For Drop-in, you can now use Apple Pay to complete a partial gift card payment.
  • For the Apple Pay Component, the PaymentData.amount passed from the SDK to the didSubmit callback is no longer nil. This fixes the issue introduced in v4.0.0.
Deprecated

The URL extension. This shouldn't affect your integration because this is an internal code change.

Removed

In the RegionRepository class, the functions getSubRegions and getCountries are removed. This shouldn't affect your integration because this is an internal code change.


Copy url
icon
Web Components/Drop-in v4.8.0

This release requires Checkout API v67 or later.

Fixed
  • For payment methods with multiple payment method variants, such as Klarna or Dragonpay, we fixed an issue where the Component could be created for the incorrect variant. This issue only occurred when using Components, not when using Drop-in.
  • Fixed an issue where the Card Component state was not correctly updated in case you entered correct card details, and then pasted a full unsupported card number.
Updating to this version

Install this version of the Adyen Web Node package:

Copy code
npm install @adyen/adyen-web@4.8.0 --save
Improved

Accessibility improvement: All shopper input fields now have a name property. This makes sure their <label> elements get a for attribute, and that the shopper input is given an id that matches the value of the for attribute.