Skip to content

adyen Connector Setup

To integrate adyen as a payment connector in Polaris, you will need the following credentials and configuration steps:

Required Credentials

To establish a connection between Polaris and adyen, the following credentials are required:

  1. Merchant Account Name: The name of your adyen merchant account.
  2. Client Key: A key used to authenticate the integration with adyen's frontend services.
  3. API Key (x-API-key): The API key used to authenticate API requests between Polaris and adyen.

Make sure to obtain these credentials from your adyen customer area before proceeding.

Important Configuration Steps

To complete the setup, the following configurations are needed in your adyen account:

  1. Add the Polaris Webhook URL

    • Navigate to the Webhooks section in your adyen customer area and add the following URL for the Polaris Webhook:
      https://services.dimoco.at/dcb-dev-stable-r/rembo/callback/adyen
    • This URL will be used to receive payment status updates from adyen. Make sure to update it with the correct URL when moving to a live environment.
  2. Add the Checkout Page URL to Allowed Origins

    • In your adyen customer area, navigate to the "Allowed Origins" settings and add the following URL for the Polaris Checkout Page:
      https://r.polaris.dinape.com
    • This URL needs to be included in the allowed origins to enable communication between the Polaris Checkout Page and adyen.