github Adyen/adyen-web v5.0.0
5.0.0

latest releases: v6.5.0, v6.4.0, v5.71.1...
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.

Deprecated

The following properties have been deprecated:

  • allowPaymentMethods
  • removePaymentMethods

Don't miss a new adyen-web release

NewReleases is sending notifications on new releases.