Skip to main content

Adyen

Adyen

Adyen is a global payment processing platform that enables businesses to accept payments across multiple channels and markets.
When connected to Altruon, Adyen allows you to process card payments through the Altruon JS card component.


Supported Payment Methods

  • Card Payments (via Altruon JS card component)
    • Credit cards
    • Debit cards

Requirements

To connect your Adyen account to Altruon, you'll need the following credentials:

  • API Key
  • Client Key

Backoffice URLs

You can retrieve these credentials from your Adyen Backoffice:
Developers > API Credentials

Adyen API Credentials

Getting your API Key

  1. In the API Credentials section, you can choose your preferred webservice user or create a new one specifically for Altruon.
  2. Navigate to the Server settings section.
  3. Copy the API Key.
caution

The API key will only be visible until saved, so make sure to copy it and paste it somewhere safe before saving.

Adyen API Key

Getting your Client Key

  1. In the Client settings section, navigate to the Authentication tab.
  2. Copy the Client Key.
  3. In the Add allowed origins field, add: https://www.*.altruon.io
  4. Click Save changes.
Adyen Client Key

Step 1: Connect Adyen to Altruon

  1. Log in to your Altruon account.
  2. Navigate to Settings > Payment Gateways.
  3. Click + Add Integration and select Adyen.
  4. Enter your:
    • API Key
    • Client Key
  5. Click Save.

If the connection is successful, you will see the Adyen integration marked as Active in Altruon.


Step 2: Configure Webhook in Adyen

Altruon requires a webhook from Adyen to stay in sync with payment events.

  1. In your Altruon dashboard, go to Settings > Payment Gateways.
  2. Click View Integration on Adyen.
  3. Copy the Webhook endpoint URL generated by Altruon.
Adyen integration
  1. Log in to your Adyen Backoffice.

  2. Navigate to Developers > Webhooks.

  3. Click Create new webhook and choose Standard webhook.

  4. Fill in the following details:

    Name: Altruon endpoint

    Description: Altruon endpoint

    URL: Paste the Altruon webhook endpoint URL here

    Events: In the events section, only select:

    • AUTHORISATION
    • CHARGEBACK
  5. Click Save configuration to finalize.

Adyen webhook configuration

🎉 Congratulations

Your Adyen gateway is now successfully connected to Altruon!
You can begin processing card payments through the Altruon JS card component in your checkout flow.