Adyen for Platforms

Adyen for Platforms is a platform merchant payment processor connection

Supported Features

  • Credit Card Transactions
  • ACH / Bank Transactions

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