deano / module-adyen-whitelist-api
A Magento 2 module that allows adyen URL management via the Adyen API.
Installs: 461
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^8.0
- adyen/module-payment: ^9.0
This package is auto-updated.
Last update: 2025-03-18 12:09:11 UTC
README
Overview
A Magento 2 module that allows adyen URL management via the Adyen API - https://docs.adyen.com/api-explorer/Management/3/get/merchants/(merchantId)/apiCredentials/(apiCredentialId)/allowedOrigins
Installation
composer require deano/module-adyen-whitelist-api
Configuration
Before you start using this module ensure that you have the following configuration set under Stores > Configuration > Sales > Payment Methods > Adyen > Configure > Required Settings
- Credential ID
- Test API Key
- Test Client Key
- Merchant Account
- Adyen Api Type (Whether calls from this module should use merchant or company. You can find out which you need to use in the Adyen Admin by clicking the Adyen symbol in top left, and next to your account should be company or merchant.)
Usage
Remove all URLs from each store.
bin/magento adyen:whitelist:urls --mode remove
Add all URLs from each store.
bin/magento adyen:whitelist:urls --mode add
List out all the URLs currently whitelisted.
bin/magento adyen:whitelist:urls --mode list