Skip to content

Adyen

Target Audience: Administrators, Integration Managers, Superusers

Payment Provider Adyen

This section describes the various fields and properties of the Adyen payment provider in more detail.

Name Description
Adyen Merchant Account The merchant account to use for transactions between Adyen and Payway, when using this profile.
Adyen API Key The generated API key that is used in communication with Adyen APIs.
API Url The API url used for communication with Adyen. Also decides the API version, not to be confused with the JS/CSS SDK version.
Country code The country code that is used for all purchases (SE, FI, AX)
Currency The currency that is used for all purchases (EUR, SEK)
Adyen Javascript API URL The Javascript API url that is used for the PARP
Adyen Javascript API URL Integrity Key The key for the Javascript API url that is used. You usually find these in the same place
Adyen CSS API URL The CSS API Url that is used for the PARP
Adyen CSS API URL Integrity Key The key for the CSS API url that is used. You usually find these in the same place.
Origin URLs The allowed Origin URLs for this merchant configuration. Only applicable for Adyen JS/CSS SDK v4.4.0 or higher.
Client Key The generated key that is used to authenticate the initalization of the Adyen drop-in widget.
Origin URL The allowed Origin URL for this merchant configuration. Can not be used together with Origin URLs. Only compatible with versions lower than Adyen JS/CSS SDK v4.4.0
Origin Key The generated key that is used to authenticate the initialization of the Adyen drop-in widget. Can not be used together with Client Key. Only compatible with versions lower than Adyen JS/CSS SDK v4.4.0
Shopper Statement The message that appears for the customer in their bank transaction. Limited to 22 characters.

Shopper statement variables

The shopper statement field supports variables. These variables are delimited by percentage signs (%), and if a supported variable is used, the variable as seen in the merchant configuration will be replaced with an actual value. The values are further described in the table below. If an unsupported variable is used, nothing will be replaced.

Note that the 22-character limit still applies, and will use the length of the actual value (not the raw variable as seen in the configuration).

Value Description
%title_code% The title code of the product that the user purchases. Can be inserted anywhere in the custom message field.