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}"
}