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 have redesigned the flow for gift cards.
- The Gift Card Component now calls an
onBalanceCheck
event when the shopper selects the Redeem button in the Component. You can use this event to trigger making the/paymentMethods/balance
request from your server. Pass the response to the Component so that it can present the gift card balance in the UI. - The Gift Card Component now also calls an
onOrderRequest
event when the gift card balance is not enough to complete the payment. You'll need to use this event to make an/orders
request from your server. The/orders
endpoint allows you to combine the gift card with other payment methods to make partial payments.
The new gift card flow does not show errors when a balance check fails. In scenarios where the payment amount is lower than the gift card's balance, the Component is unable to call the submit()
function. These behaviors are improved in version 3.17.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.0/adyen.js" integrity="sha384-G9jkTAyCOIVdksXbtrNgdur2DyRi85ujYLXbqe5AvvH23rN21d7xiU7cRIqvsEaH" crossorigin="anonymous"></script> <link rel="stylesheet" href="https://checkoutshopper-live.adyen.com/checkoutshopper/sdk/3.17.0/adyen.css" integrity="sha384-gbQyzqV1xX+snFEMrubEm0IpmYSufBjUnHzTaJZ+dcWCyxl0j94IZhnfC2gbxgeu" crossorigin="anonymous">