npm @adyen/adyen-web 5.0.0

latest releases: 6.5.0, 5.71.1, 6.4.0...
3 years ago

Breaking Changes

  1. The creation of AdyenCheckout is now asynchronous:
    const checkout = await AdyenCheckout(configuration); 
  1. The onError event now returns an object for every Component.

New

Using the /sessions endpoint, you can integrate Drop-in and Components with a single API call. If you have already integrated Drop-in or Components before version 5.0.0, you don't need to take any action.

Removed

The following properties have been removed:

  • allowPaymentMethods
  • removePaymentMethods

Don't miss a new adyen-web release

NewReleases is sending notifications on new releases.