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...
4.7.0
March 2025
SunMonTueWedThuFriSat
1
2345678
9101112131415
16171819202122
23242526272829
3031
Select dates
Copy url
icon
Android Components/Drop-in v4.7.0

We recommend you use Checkout API v67 or later.

New

Support for the new Asia Pacific South East (APSE) live environment. Use this environment with the corresponding APSE location-based live endpoints.

Fixed

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.


Copy url
icon
iOS Components/Drop-in v4.7.0

We recommend you use Checkout API v67 or later.

If you use Xcode 15, use v4.11.1 or later for compatibility.

New
  • 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.
Changed
  • Moved the WeChat binary from the AdyenWeChatPay module to an external repository. If you're using WeChat Pay with Carthage, add AdyenWeChatPayInternal to your project. If you're using WeChat Pay with CocoaPods and Swift Package Manager, the change happens automatically as part of the update.
Improved
  • 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.
Fixed
  • 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 calling finalizeIfNeeded(with: success).
  • Text fields, except the card number and CVC, now allow the system default input options.

Copy url
icon
Web Components/Drop-in v4.7.0

This release requires Checkout API v67 or later.

Changed

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.

Improved
  • Added support for Cartes Bancaires in the Apple Pay Component.
  • We optimized the address form layout for addresses in Australia.
Updating to this version

Install this version of the Adyen Web Node package:

Copy code
npm install @adyen/adyen-web@4.7.0 --save