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 Type | Platform Processor |
Preczn Enumeration | AdyenForPlatforms |
Documentation | Adyen Documentation |
Supported Features
The following features are supported for this connection:
Payment Methods
Payment Method | Supported |
---|---|
Credit Cards | β Yes |
ACH (Direct Debit) | β Yes |
Apple Pay on the Web | β No |
Payment Data
Data Type | Supported |
---|---|
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 Capability | Supported |
---|---|
One-Time Transaction Import | β No |
Continuous Transaction Import | β No |
Merchant Import
Import Capability | Supported |
---|---|
One-Time Merchant Import | β No |
Continuous Merchant Import | β No |
Merchant Onboarding
Features | Supported |
---|---|
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:
- Log in to your Live Adyen Customer Area and switch to your merchant account
- Go to Developers > API URLs - Select the Prefix tab
- Click the copy Icon
- 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:
- Log in to your Adyen Customer Area and switch to your merchant account
- Go to Developers > API URLs - Select the Additional data settings tab
- Select the Raw acquirer result checkbox
- 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}"
}
Updated 3 days ago