This is the first beta release of the Shopware 6 Adyen payment plugin.
The release includes card payment methods only, including 3DS1 and native 3DS2 authentication, checkout and account/orders page support.
Useful information:
- Adyen checkout component version: 3.10.0
Available new endpoints:
- /sales-channel-api/v1/adyen/origin-key to retrieve the origin providing it for the frontend components
- /paymentMethods to retrieve the available payment methods #7
- /payment-details to validate payment details when needed (3DS1, 3DS2) #12
- /payment-status to retrieve the payment status of the order and indicate if additional steps are necessary #24
Features:
- Add support for receiving notifications. Validation is done by basic authentication and HMAC key validation. #5 #6
- Implement Adyen checkout components (generic components) for the frontend #10
- Implement the /payments Adyen API endpoint to initiate the payment #11
- Add logger service #8
- Add support for non 3D, 3DS1 and 3DS2 card payments
- Add support for account/order page payments