Magento 2 Multi Vendor Adyen PaymentMagento 2 Multi Vendor Adyen Payment
Buy Now
User Guide
Support
Buy Now
User Guide
Support
  • Getting Started

    • Introduction
    • Requirements
    • Installation
    • Activate the Module
  • Configuration Guides

    • General Settings
    • Payout Settings
  • Features & Workflows

    • Payment Workflows
    • Payout Workflows
    • Webhook Integration
  • Help

    • Troubleshooting
    • FAQ

Activate the Module

Before the payment drop-in components and seller payout settings appear in your store layout, you must activate the module settings in the Magento backend.

Check Registration Status

To verify that Magento has correctly registered and loaded the module, run:

bin/magento module:status Webkul_MpAdyenPayment

If the module is listed under Disabled Modules, enable it with:

bin/magento module:enable Webkul_MpAdyenPayment
bin/magento setup:upgrade

Module License Verification & Activation

The Marketplace Adyen Payment configurations are secured behind centralized Webkul license verification. Upon initial installation, the payment configurations are locked or hidden until your license key is verified via the Webkul_Base management panel.

Step 1: Verify Your License Key Centralized

  1. Log into your Magento Admin Panel.
  2. Navigate to:

    Navigation Path

    Stores → Configuration → Webkul → Module License

  3. Under the Licensed Modules section, locate the row corresponding to Webkul_MpAdyenPayment (or select it from the list of modules).
  4. Enter your purchased License Key in the input field.
  5. Click the Verify button. The system validates the key asynchronously with Webkul's central licensing servers.
  6. Once verified, the status will show a green verified label.

Central License Key Verification

Step 2: Enable the Payment Gateway Module

  1. Navigate to:

    Navigation Path

    Stores → Configuration → Sales → Payment Methods → Adyen Marketplace Payment Gateway

  2. Under the Adyen Marketplace Payment Gateway fieldset, set Enabled to Yes.
  3. Click Save Config in the top-right corner.

Enable Module Configuration


Clearing Cache

Flush the Magento cache using the Admin Cache Management page or the CLI command:

bin/magento cache:clean
bin/magento cache:flush

Now all functional Adyen Payment configuration sections and seller payout panels are fully unlocked and ready for use.

Prev
Installation