Checkout icon

Upgrade to Adyen Web v6

Make the changes required to upgrade from Web Drop-in/Components v5.x.x to v6.x.x.

Benefits to upgrading

Read our release notes to learn about the benefits of upgrading.

To upgrade from Web Drop-in/Components v5.x.x to v6.x.x, complete the following steps.

If you are upgrading from an earlier version, you need to follow a different upgrade guide:

Required API version

Using Web Drop-in/Components v6.0.0 requires Checkout API v69 or later.

Step 1: Use the new package

Step 2: Upgrade import statements

Step 3: Upgrade your configuration

Make the following changes to your configuration properties:

  • countryCode is now a mandatory configuration property. Set it during the AdyenCheckout initialization.
    • If you use the Sessions flow, you can also set countryCode in the /sessions request.
  • The setStatusAutomatically property is no longer used. To disable the Drop-in animation, set disableFinalAnimation to true.
  • You can no longer set installmentOptions during the AdyenCheckout instantiation. Set it directly in the Card configuration instead.
  • The showBrandsUnderCardNumber property is no