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.
Release notes
Learn about the latest updates to our API, and Drop-in/Components for web, iOS, and Android.
This release requires Checkout API v68 or later.
- For the card Component: the address lookup feature now includes the new
onAddressSelected
callback to handle additional information for address completion services that require a second callback, like Google Place Autocomplete API. - For Click to Pay, if the shopper gives consent, you can now enable the cookie for Mastercard and Visa.
- For Click to Pay, the loading image is now an animated
SVG
file.
- For Drop-in:
- Payment methods that are not cards no longer include the
fundingSource
object with credit or debit. - For Klarna B2B, the logo is now correct.
- Payment methods that are not cards no longer include the
- For redirect payment methods, the
browserInfo
parameter is now included in thestate.data
. Previously, some redirect payment methods didn't work on mobile.
Install this version of the Adyen Web Node package:
npm install @adyen/adyen-web@5.54.0 --save