Adyen for Platforms

Adyen for Platforms is a platform merchant payment processor connection

Overview

Below is a summary of the connection key facts to support your integration.

Category
Processor TypePlatform Processor
Preczn EnumerationAdyenForPlatforms
DocumentationAdyen Documentation

Supported Features

The following features are supported for this connection:

Payment Methods

Payment MethodSupported
Credit Cardsβœ… Yes
ACH (Direct Debit)βœ… Yes
Apple Pay on the Web❌ No

Payment Data

Data TypeSupported
Country & Currency Codesβœ… Yes
Metadata❌ No
Dynamic Statement Descriptorsβœ… Yes
CVVβœ… Yes
AVSβœ… Yes
Level II Dataβœ… Yes
Level III Dataβœ… Yes

Transaction Import

Import CapabilitySupported
One-Time Transaction Import❌ No
Continuous Transaction Import❌ No

Merchant Import

Import CapabilitySupported
One-Time Merchant Import❌ No
Continuous Merchant Import❌ No

Merchant Onboarding

FeaturesSupported
Merchant Onboarding❌ No
Merchant RFI Remediation❌ No

Configuration

Live URL Prefix

In order for Preczn to appropriately route production transactions to your Adyen for Platforms Live environment, you must include your Adyen Live URL Prefix with your merchant credentials.

To find your Live URL Prefix:

  1. Log in to your Live Adyen Customer Area and switch to your merchant account
  2. Go to Developers > API URLs - Select the Prefix tab
  3. Click the copy Icon
  4. Paste your Live URL Prefix into the Live URL Prefix field on your Platform Connection credentials in Preczn

For more information on this process, please check Adyen's documentation:

https://docs.adyen.com/development-resources/live-endpoints/

Receiving Raw Responses

In order for Preczn to appropriately provide AVS and CVV results for transactions at Adyen, you must enable the Receiving Raw Responses feature on your Platform's Adyen account:

To enable the Adyen raw response for declined payments:

  1. Log in to your Adyen Customer Area and switch to your merchant account
  2. Go to Developers > API URLs - Select the Additional data settings tab
  3. Select the Raw acquirer result checkbox
  4. Select Save configuration

When a payment request is declined, you will now receive the refusalReasonRaw field in the response from Adyen.

This will allow Preczn to observe your merchant's Adyen response data for CVV and AVS results.
Failure to enable this will prevent Preczn from receiving CVV and AVS data regarding your merchant's transaction's responses.

Β 
For more information on this process, please check Adyen's documentation:

https://docs.adyen.com/point-of-sale/error-scenarios/raw-acquirer-responses

Credentials

In order to configure Adyen for Platforms, your Platform will require each of Name, Company ID, API Key, and optionally a Fee Account ID. You will enter these into your Adyen for Platforms Connections credentials.

Each of your Platform's merchants will need their respective Adyen Merchant Account, boarded to your Adyen for Platforms account. You will enter their Merchant Account credential in each respective merchant's profile.

You may upload this via the Preczn Dashboard or by updating the Adyen merchant connection via the api using the following in the request body:

{
    "mid":"{adyen_merchant_account}"
}