diff --git a/.gitignore b/.gitignore
index 546cc3dbd..e0d0a43fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
.idea
-/.DS_Store
-/cartridges/int_adyen_SFRA/dw.json
\ No newline at end of file
+.DS_Store
+/cartridges/int_adyen_SFRA/dw.json
diff --git a/README.md b/README.md
index 5a6f7cb44..d9fd5f54a 100755
--- a/README.md
+++ b/README.md
@@ -1,25 +1,24 @@
# Salesforce Commerce Cloud Adyen Cartridge
-Adyen provides a LINK cartridge to integrate with a Salesforce Commerce Cloud (SCC). This cartridge enables a SCC store to use the Adyen payment service. This cartridge supports SFRA and JS-Controllers.
+Adyen provides a LINK cartridge to integrate with Salesforce Commerce Cloud (SFCC). This cartridge enables a SFCC storefront to use the Adyen payment service. This cartridge supports SFRA version 4.0.0 and SiteGenesis JS-Controllers.
## Integration
-The plugin integrates Classic integration for all card payments. Local/redirect payment methods are integrated with DirectoryLookup and HPP. For Point Of Sale (POS) payments we use Terminal API using Cloud-based communication.
+The cartridge integrates Secured Fields for all card payments. Local/redirect payment methods are integrated with Checkout API. For Point Of Sale (POS) payments in SiteGenesis, we use Terminal API using Cloud-based communication.
## Requirements
-
-It is mandatory that the merchant has to open an account with Adyen and configure some items in Commerce Cloud Business Manager, as well as in the Adyen account to make the integration working properly.
-The integration is based on the Site Genesis demo store provided by Commerce Cloud.
-
+
+It is required to have an Adyen account to use the cartridge. You can do this [here](https://www.adyen.com/signup).
+
## Installation, Usage and Configuration
-Installation, Usage and Configuration is explained in our [manual](https://docs.adyen.com/developers/plug-ins-and-partners/salesforce-commerce-cloud).
+Installation, Usage and Configuration is explained in Adyen's [online documentation](https://docs.adyen.com/plugins/salesforce-commerce-cloud/).
-ApplePay configuration can be found [here](documentation/ApplePay.md)
+Apple Pay configuration can be found [here](https://docs.adyen.com/plugins/salesforce-commerce-cloud/set-up-payment-methods/#set-up-apple-pay-on-the-web).
## Support
-In case of problems with the integration or connection to Adyen, contact the [Adyen Support Team](mailto:support@adyen.com) or your Adyen account manager.
-Supply as much information as possible: your merchant account, skin code, time, order number, PSP reference, etc.
+For further questions regarding the integration to Adyen, contact the [Adyen Support Team](mailto:support@adyen.com) or your Adyen account manager.
+Supply as much information as possible: your merchant account, timestamp, order number, PSP reference, etc.
## Licence
diff --git a/cartridges/bm_adyen/cartridge/templates/default/order/PaymentInstrumentInfo_Adyen.isml b/cartridges/bm_adyen/cartridge/templates/default/order/PaymentInstrumentInfo_Adyen.isml
index bbbf6a60f..9078c31da 100644
--- a/cartridges/bm_adyen/cartridge/templates/default/order/PaymentInstrumentInfo_Adyen.isml
+++ b/cartridges/bm_adyen/cartridge/templates/default/order/PaymentInstrumentInfo_Adyen.isml
@@ -9,6 +9,7 @@
var paymentInstrument = paymentInstruments.next();
var paymentMethod = dw.order.PaymentMgr.getPaymentMethod(paymentInstrument.paymentMethod);
var amount = order.custom.Adyen_value/100;
+ var adyenAdditionalPaymentData = JSON.parse(paymentInstrument.custom.adyenAdditionalPaymentData);
}
-
\ No newline at end of file
+
diff --git a/cartridges/int_adyen_SFRA/cartridge/templates/default/checkout/billing/paymentOptions/alternativePaymentMethodTab.isml b/cartridges/int_adyen_SFRA/cartridge/templates/default/checkout/billing/paymentOptions/alternativePaymentMethodTab.isml
index 4c49b8191..4608506df 100644
--- a/cartridges/int_adyen_SFRA/cartridge/templates/default/checkout/billing/paymentOptions/alternativePaymentMethodTab.isml
+++ b/cartridges/int_adyen_SFRA/cartridge/templates/default/checkout/billing/paymentOptions/alternativePaymentMethodTab.isml
@@ -1,10 +1,10 @@
+
\ No newline at end of file
diff --git a/cartridges/int_adyen_SFRA/cartridge/templates/default/checkout/confirmation/adyenConfirmationDetails.isml b/cartridges/int_adyen_SFRA/cartridge/templates/default/checkout/confirmation/adyenConfirmationDetails.isml
new file mode 100644
index 000000000..cfe5ea435
--- /dev/null
+++ b/cartridges/int_adyen_SFRA/cartridge/templates/default/checkout/confirmation/adyenConfirmationDetails.isml
@@ -0,0 +1,52 @@
+