Skip to content

Commit

Permalink
Merge pull request #633 from Adyen/feature-3/CS-6236
Browse files Browse the repository at this point in the history
Update README file
  • Loading branch information
goran-stamenkovski-logeecom authored Feb 26, 2025
2 parents b5061dc + 9ca5a0f commit cfb4769
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,17 @@ The plugin integrates card component (Secured Fields) using Adyen Checkout for a
- Online Banking Finland
- Online Banking Poland

### 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 also available.
In this case, the webhook URL should be structured as follows:
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
This module is using the Adyen APIs Library for PHP for all (API) connections to Adyen.
<a href="https://github.com/Adyen/adyen-php-api-library" target="_blank">This library can be found here</a>
Expand Down

0 comments on commit cfb4769

Please # to comment.