Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 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.

    1. https://docs.adyen.com/development-resources/live-endpoints#classic-payments-endpoints

    2. The URL should be structured as: https://[prefix]-pal-live.adyenpayments.com/pal/servlet/Payment/52/

  2. Have your account set for LIVE API/PCI role, which needs may require submitting Konnektive the CheckoutChamp PCI documentation. Please contact your account manager if this is needed.

  3. Have your account set to “immediate” capture for “sale” or “delay” capture for “authorize”

...