Skip to content

Adyen Payment 5.0.0

Compare
Choose a tag to compare
@rkewlani rkewlani released this 02 Jul 12:20
· 708 commits to master since this release

3DS2 support #115
Oney (facilpay) support added #120
Separated notification service from checkout addon #121

Important points :

  1. This release supports 3DS2 and by default, 3DS2 is disabled. If you want to enable 3DS2 in your system, please set following property in local.properties file, build your environment and restart the server.
    is3DS2allowed = true

  2. Notification service is a separate extension now and is not part of checkout addon anymore. This will enable OCC solution to use notification service.
    This also resulted in a separate URL for receiving notifications. Also, now you need to provide name of your site id in notification URL as a parameter. For example:
    Before It was-
    https://host:port/adyen/v6/notification/json
    and now it will be -
    https://host:port/adyenv6notification/adyen/v6/notification/{site id for example electronics}/json
    This can be updated in Adyen Backoffice configuration in server communications section.