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.
The are some changes in how the payment method details for SEPA Direct Debit and Apple Pay are passed by Drop-in/Components in the state.data.paymentMethod
object:
- Apple Pay now outputs
applePayToken
instead ofapplepay.token
- SEPA Direct Debit now outputs
iban
andownerName
instead ofsepa.ibanNumber
andsepa.ownerName
- For the Gift Card Component, we made some improvements to the flow.
- Dual branded cards cause a validation issue in the card component.
- The BIN lookup will fail if no
brands
have been provided in the Card Component configuration. To avoid this, specify at least one supported card type in thebrands
field. - Both these issues are fixed in 3.18.2.
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.17.2/adyen.js" integrity="sha384-9+nLpCVhoDOcPA/0Ebl0pTB55CIWp+XEMxjyivaRhvFc/Unajqo+Q/7+8I6+MtEO" crossorigin="anonymous"></script> <link rel="stylesheet" href="https://checkoutshopper-live.adyen.com/checkoutshopper/sdk/3.17.2/adyen.css" integrity="sha384-cZIV5piH3KzCM9VwntcX2yQ9zLS8xvo9f0pld8RJe7mUBO2GcsgEmXkc78rH/UA3" crossorigin="anonymous">