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

This release requires Checkout API v69 or later. We recommend that you use the latest version of Checkout API.

Improved
  • When loading, during the internal setup requests, the browserInfo information is included.
  • For Drop-in, when loading, payment methods that are not supported are filtered out before the individual payment method Components are created.
  • For Apple Pay, the ApplePaySession property is now optional in the Window interface.
Fixed
  • For Apple Pay, ApplePayService no longer causes reliability issues with SonarCloud.
  • Projects that use webpack 4 can now directly import styles from the adyen.css file.
  • For cards, the Enter key now correctly triggers validation and submission. Previously, a regression issue prevented the actions from being triggered.
Updating to this version

Install this version of the Adyen Web Node package:

Copy code
npm install @adyen/adyen-web@6.2.0
Changed