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.
We recommend you use Checkout API v67 or later.
Support for the new Asia Pacific South East (APSE) live environment. Use this environment with the corresponding APSE location-based live endpoints.
For BACS Direct Debit, the payment agreement text in the payment form now includes the amount. Previously, it always showed the default above amount instead of the amount.
We recommend you use Checkout API v67 or later.
- New supported payment method: ACH Direct Debit.
- For an API-only integration, you can now use the
BankDetailsEncryptor
to encrypt bank details (account number and routing number). This is required for ACH. - For the Card Component, you can configure the countries/regions in the billing address drop-down menu using
billingAddressCountryCodes
.
- Moved the WeChat binary from the
AdyenWeChatPay
module to an external repository. If you're using WeChat Pay with Carthage, addAdyenWeChatPayInternal
to your project. If you're using WeChat Pay with CocoaPods and Swift Package Manager, the change happens automatically as part of the update.
- For the Card Component, the focus moves to the next field when the entered card number reaches the expected length.
- If testing Apple Pay using the Simulator, you get an
invalidToken
error. The error description now explains that you must use a device instead. - Increased the reliability of app-to-app redirect detection by increasing the delay for the
BrowserComponent
. - Update the WeChat Pay Component to use WeChat SDK 1.9.2.
- Apple Pay Component no longer calls
didFail
for a successful payment. This used to happen if you didn't dismiss the Apple Pay view immediately after callingfinalizeIfNeeded(with: success)
. - Text fields, except the card number and CVC, now allow the system default input options.
This release requires Checkout API v67 or later.
When onSubmit
is triggered, Component/Drop-in status is now automatically set to 'loading'
. If you want to overwrite the default behavior, set the setStatusAutomatically
prop to false.
- Added support for Cartes Bancaires in the Apple Pay Component.
- We optimized the address form layout for addresses in Australia.
Install this version of the Adyen Web Node package:
npm install @adyen/adyen-web@4.7.0 --save