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

Deprecated

This version will be End-of-Life on October 1, 2025.
We recommend that you upgrade to v6.0.0 or later.

New
  • 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.
Improved
  • 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 and telephoneNumber input fields in the personal details component. The email appears first, followed by the telepohone number.
Changed
  • Removed the shopperEmail field from the MB WAY Component because it is no longer required by the payment method.
Fixed
  • 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.
Updating to this version

If you implemented SRI in test or with live region-specific URLs, you can now use the same SRI hashes below.

Copy code
<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">