Skip to main content

Adyen

Adyen is a global payment company that allows businesses to accept payments in a single system.

note

The integration is using Adyen Checkout API v71

Payment methodRecurring paymentsRecurring retriesDelayed capturePartial refunds
Credit cardsYesYesYesYes
Apple PayYesYesYesYes

Adyen account setup

important

You need to contact Adyen support to enable some of the roles, such as "API PCI Payments role". You may also be asked to submit Odus PCI documentation, in which case please contact Odus support.

  1. Ensure you have a merchant account
  2. (Adyen Live only) Obtain your Live URL Prefix.
  3. Set up the Additional Data by going to Developers > Additional Data and enabling:
    • Recurring details
    • Recurring contract information
  4. Enable payment method tokenization by going to Settings > Payments > Checkout and enabling "Payout" under the "Tokenization" section.
  5. Create an API credential with the following roles and save the API key:
    • API PCI Payments role
    • Checkout webservice role
    • Merchant PAL Webservice role
    • Merchant Recurring role
    • (Optional, for Apple Pay) API Clientside Encryption Payment role

Gateway profile setup

FieldRequiredDescription
IntegrationYesAdyen
EnvironmentYesMust match the type of your Adyen account
Merchant AccountYesYour Adyen merchant account name
API KeyYesAPI Key with the roles listed above
Live URL PrefixYes (Live only)Live URL Prefix provided by Adyen

Next steps