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 version will be End-of-Life on October 1, 2025.
We recommend that you upgrade to v6.0.0 or later.
- We introduced a new method for Web Drop-in,
closeActivePaymentMethod
. This lets you close a selected payment method, for example if you want to reset Drop-in. - Support for installment options for card payments in Japan.
- We improved the Google Pay Component:
existingPaymentMethodRequired
is now set to false by default.- Increased the
isAvailable
timeout to accommodate higher latencies. - Removed the timeout for loading the Google Pay Web SDK file automatically so the Google Pay script can load properly.
- Swapped the order for the
shopperEmail
andtelephoneNumber
input fields in the personal details component. The email appears first, followed by the telepohone number.
- Removed the
shopperEmail
field from the MB WAY Component because it is no longer required by the payment method.
- The
formatData
field for the ACH payment method is now properly checking the format, and the margin is fixed when no holder name is shown. - When a shopper pastes a value into the card number field, we now correctly trigger the BIN lookup, clear the error and allow the shopper to make the payment.
If you implemented SRI in test or with live region-specific URLs, you can now use the same SRI hashes below.
<script src="https://checkoutshopper-live.adyen.com/checkoutshopper/sdk/3.15.0/adyen.js" integrity="sha384-wRJEmCkwtDr3QqIA1UqInI8kmB6XerK8zxfIhP0bSk34lK/kyvE9bSewbrleIQwo" crossorigin="anonymous"></script> <link rel="stylesheet" href="https://checkoutshopper-live.adyen.com/checkoutshopper/sdk/3.15.0/adyen.css" integrity="sha384-4ppagynsoxB4LNdDTdpX1No72EGOMm13+Y89hg+nz+dAIAWchOBTEnLL7u/hi6eM" crossorigin="anonymous">