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

General Configuration

Configure the Adyen API credentials, environment modes, merchant accounts, and webhook settings in the admin panel.


Admin Configuration Path

Navigate to Stores > Configuration > Sales > Payment Methods > Adyen Marketplace Payment Gateway.

Adyen General Configuration PanelAdyen General Configuration PanelAdyen General Configuration Panel


Configuration Settings Field Reference

Setting FieldTypeDescription
EnabledSelect (Yes / No)Enable or disable the Adyen payment method at customer checkout.
Configuration ModeSelect (Automatic / Manual)Select automatic or manual setup mode for payment gateway configuration.
EnvironmentSelect (Sandbox / Live)Switch between Adyen Sandbox (test) and Production Live environment.
Capture ModeSelect (Automatic / Manual)Manual: Payment authorized only; capture occurs upon creating an invoice.
Automatic: Payment captured automatically by Adyen immediately after authorization.
Payout ModeSelect (Manual Classic Payout / Automatic Platforms Split)Manual Classic Payout: Sellers manually request payouts for admin approval.
Automatic Platforms Split: Split payments automatically computed and transferred to seller sub-accounts upon payment capture.
TitleTextPayment method label visible to customers during checkout (e.g. Adyen Credit Card).
Test API KeyPassword / TextSecret Web Service API Key generated in Adyen Customer Area under Developers > API Credentials.
Client Key for Test EnvironmentTextClient-side key generated in Adyen Customer Area for initializing the Web Drop-in component.
Merchant AccountTextYour primary Adyen Merchant Account Name (e.g. Webkul473ECOM).
Credit Card TypesMultiselectSelect the credit card types accepted by the gateway (Visa, MasterCard, American Express, etc.).
Payment from Applicable CountriesSelect (All Allowed Countries / Specific Countries)Restrict payment availability by customer billing country.
Webhook UsernameTextUsername used to authenticate incoming Adyen webhook notifications.
Webhook PasswordPassword / TextPassword used to authenticate incoming Adyen webhook notifications.
HMAC Key TestPassword / TextHexadecimal HMAC Key generated from your Adyen Webhook configuration for verifying incoming payload signatures.
ConfigureButtonAutomatically configures webhook settings with Adyen.
Test WebhookButtonTests the webhook connectivity and authentication with Adyen.
Minimum Order TotalTextMinimum order total required to use this payment method ($0.50 minimum allowed by Adyen).
Maximum Order TotalTextMaximum order total allowed for this payment method.
Sort OrderTextDisplay order position of this payment method on the checkout page.

Testing Credentials in Sandbox Mode

When operating in Test mode:

  1. Obtain test API Keys from the Adyen Test Customer Area.
  2. Use Adyen test credit card numbers (e.g. 4111 1111 1111 1111 with CVV 737) to verify authorization flows.
  3. Webhook endpoints resolve to your local or staging server URL for event payload delivery.

Adyen Test Environment Configuration

Next
Payout Settings