From 30ba8133d02280f6979ea0334d916eb1980d8b01 Mon Sep 17 00:00:00 2001 From: Tamara Date: Tue, 25 Feb 2025 16:53:11 +0100 Subject: [PATCH 1/4] Update README file CS-6236 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3bae9bcb..2e04e8c3 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,14 @@ The plugin integrates card component (Secured Fields) using Adyen Checkout for a - Online Banking Finland - Online Banking Poland +### Support for Webhook Handling in Headless integration +Webhook handling is supported for headless integration. +In this case, a webhook URL needs to be created using the following structure: + +- Your website URL followed by `/store-api/adyen/notification/{salesChannelId}` + +The `salesChannelId` parameter must be a valid sales channel ID of an active sales channel. + ## API Library This module is using the Adyen APIs Library for PHP for all (API) connections to Adyen. This library can be found here From 8bacded8f984762ab9df36322a0efa8361ca4c2d Mon Sep 17 00:00:00 2001 From: Tamara Date: Tue, 25 Feb 2025 17:29:37 +0100 Subject: [PATCH 2/4] Update README file CS-6236 --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2e04e8c3..47f86d56 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,15 @@ The plugin integrates card component (Secured Fields) using Adyen Checkout for a - Online Banking Finland - Online Banking Poland -### Support for Webhook Handling in Headless integration -Webhook handling is supported for headless integration. -In this case, a webhook URL needs to be created using the following structure: - -- Your website URL followed by `/store-api/adyen/notification/{salesChannelId}` +### Webhook Setup +For users with sales channels that have a storefront, +webhooks should be configured following the standard process outlined +in the [Adyen documentation](https://docs.adyen.com/plugins/shopware-6/#set-up-webhooks). +If a user has **only** headless sales channels (i.e., channels without a storefront), +webhook support is still available. +In this case, the webhook URL should be structured as follows: +Website URL followed by `/store-api/adyen/notification/{salesChannelId}`. The `salesChannelId` parameter must be a valid sales channel ID of an active sales channel. ## API Library From 528694b40732653067a4f72a1e92e58343dde64c Mon Sep 17 00:00:00 2001 From: Tamara Date: Tue, 25 Feb 2025 17:31:05 +0100 Subject: [PATCH 3/4] Update README file CS-6236 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47f86d56..3da66c4f 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ webhooks should be configured following the standard process outlined in the [Adyen documentation](https://docs.adyen.com/plugins/shopware-6/#set-up-webhooks). If a user has **only** headless sales channels (i.e., channels without a storefront), -webhook support is still available. +webhook support is also available. In this case, the webhook URL should be structured as follows: Website URL followed by `/store-api/adyen/notification/{salesChannelId}`. The `salesChannelId` parameter must be a valid sales channel ID of an active sales channel. From 19447327607c4d1dea120d2f072b516286bc9c6c Mon Sep 17 00:00:00 2001 From: Tamara Date: Wed, 26 Feb 2025 10:42:21 +0100 Subject: [PATCH 4/4] Update README file CS-6236 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3da66c4f..063b8786 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ in the [Adyen documentation](https://docs.adyen.com/plugins/shopware-6/#set-up-w If a user has **only** headless sales channels (i.e., channels without a storefront), webhook support is also available. In this case, the webhook URL should be structured as follows: -Website URL followed by `/store-api/adyen/notification/{salesChannelId}`. +Sales channel domain URL followed by `/store-api/adyen/notification/{salesChannelId}`. The `salesChannelId` parameter must be a valid sales channel ID of an active sales channel. ## API Library