Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update README file #631

Merged
merged 5 commits into from
Feb 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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