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...
5.59.0
April 2025
SunMonTueWedThuFriSat
12345
6789101112
13141516171819
20212223242526
27282930
Select dates
Copy url
icon
Web Components/Drop-in v5.59.0

This release requires Checkout API v68 or later.

Updating to this version

Install this version of the Adyen Web Node package:

Copy code
npm install @adyen/adyen-web@5.59.0
Fixed

When making a zero-auth transaction (amount: 0) to store payment details, we now always pass the storePaymentMethod object to our server.

Known issues
  • For the Sessions flow: if your /sessions request included either enableRecurring or enableOneClick, making a zero-auth transaction fails.
  • For the Advanced flow: if your /payments request included either enableRecurring or enableOneClick, making a zero-auth transaction fails.
New