Adyen
Last updated
Last updated
No Account?
Schedule Sales DemoSTEP 1
ADYEN ACCOUNT
Obtain Merchant_Account, API_Key and API_URL from Adyen. The integration is using Classic API V52, so the API_URL should end in /v52/. Be sure to include the ending slash.
The URL should be structured as: https://[prefix]-pal-live.adyenpayments.com/pal/servlet/Payment/v52/
Have your account set for LIVE API/PCI role, which may require submitting the Konnektive PCI documentation. Please contact your account manager if this is needed.
Have your account set to “immediate” capture for Sale or “delay” capture for Authorize
Discuss with Adyen if you need to enable recurring orders
STEP 2
Go to Merchant >Gateway Integrations, Scroll down to Adyen and click the logo then click Activate button
STEP 3
Fill the fields below. Select “No” on Secure3DS if it is for Non-3DS.
STEP 4
Add the hidden input browserData inside of the same form as the card input.
<input type="hidden" name="browserData" value="" id="browserData">
STEP 5
Add this script to your page before the closing body tag.
STEP 6
For 3DS your checkout page must support the standard 3DS workflow