Adyen
A step-by-step guide for setting up your Adyen payments integration in the Payrails portal.
Who should use this guideThis guide is intended for merchants who:
- Use Payrails as a payment orchestrator
- Use Adyen Payments
- Are approved to process raw card data
We use a server-to-server integration with Adyen, so your account must be enabled to process raw card data. If this isn’t enabled, payments won’t work in production. Please contact your Adyen account manager or support team to activate it.
How to request access to raw card data processing
- Email [email protected] and copy [email protected].
- Optionally copy the Payrails Support team.
- In your request, confirm that Payrails will act as the payment orchestrator and handle card data processing.
- Include:
- The WS user associated with your Adyen account
- The Payrails PCI compliance document
Create and configure an Adyen integration in Payrails
- Log in to the Payrails portal.
- Go to Settings → Integrations.
- Select Add instance to create a new Adyen integration configuration.
- Select the Workspaces where this integration should be available.
About Workspaces
Workspaces determine where this integration is available. They let you isolate provider setups by region or business line, or share the same configuration across multiple Workspaces.
Step 1: Choose the integration type
- Select Payment and continue to the next step.

Step 2: Choose the provider
- Select Adyen and continue to the next step.
Step 3: Configure your Adyen integration
What you’ll need from AdyenBefore you begin, make sure you have access to:
- Adyen merchant account name
- Adyen API key (Web Service User)
- Prefix (production only)
- Webhook HMAC key
Log in to your Adyen merchant dashboard to complete this step.
Integration instance name
An integration instance is a specific payment provider setup in Payrails. You can create multiple instances for each provider based on region, currency, or business needs. Choose a clear, consistent name, as it is used in routing.
In Payrails
- Enter an Instance name for your integration.

Merchant account name
In Adyen
- Log in to your Adyen dasboard.
- Click the company logo or name in the top-left corner.
- From the list of merchant accounts, copy the Merchant account name
(not the company account).
In Payrails
- Paste the value into the Merchant account name field.
Prefix (production only)
The prefix is required in production but not in staging.
You can leave this field blank in staging environments.
In Adyen
- Go to Developers → API URLs.
- Copy the Prefix value.
In Payrails
- Paste the value into the Prefix field.
API key
Use a dedicated Web Service User API key and store it securely.
In Adyen
- Go to Developers → API credentials.
- Select Create new credential.
- Choose Web Service User.
- Create the credential and copy the API key.
In Payrails
- Paste the value into the API key field.
HMAC key (webhook signing key)
Payrails uses Adyen webhooks to receive asynchronous payment status updates.
Create the webhook in the same environment (test or live) as your Payrails integration.
In Payrails
- Copy the Notification URL from the webhook section.

In Adyen
- Go to Developers → Webhooks.
- Create a new Standard webhook.
- Select only the merchant account you are configuring.
- Paste the Payrails notification URL into the URL field.
- In Security, generate a new HMAC key and copy it.
- In Events, enable all standard events.
- Save the webhook configuration.
In Payrails
- Paste the HMAC key into the HMAC key field.
- Return to the integration overview after your changes are saved.
Payment methods
In Payrails
- Select the payment methods that should be enabled for this integration.
Enable the integration
In Payrails
- Select Save account Save the configuration to enable the integration.
The Enabled status confirms that the Adyen integration is active.
Your Adyen integration is now ready to process payments
Next steps
- Run a test payment using a Adyen test card.
- Verify that:
- The payment appears in Adyen.
- The payment status updates correctly in Payrails.
- Once verified in test mode, repeat the setup in live mode.
→ Continue to: Test a payment
Updated about 16 hours ago