Ayden

Get started with Ayden
This page provides a comprehensive guide to successfully integrating Ayden with DEUNA.
Requirements
As stated in Payment gateways, you need to gather these requirements from Ayden:
- Existing Ayden account
- Ayden API key
- Ayden merchant account
- DEUNA processor ID
Integrate Ayden
Now that the technical requirements are set, you can start the integration.
1. Enter Ayden credentials in DEUNA
Use your credentials to enable Ayden as a connection:
- Enter your credentials in the Ayden panel:
- Name: Name the configuration as you wish.
- API key: Your Ayden API key.
- Merchant account: Your Ayden merchant account.
- Choose the operation type you want to perform:
- Purchase
- Authorize
- Select if you want to accept 3DS payments.
- Click Save.

Once finished, you get a confirmation message.
Ayden is set as an enabled connection.

2. Configure the Adyen webhook
A processor ID is created after you enable Ayden. Request it to your DEUNA before you configure the Ayden webhook.
- Log in to Adyen.
- In the left panel, expand the Developers section and select Webhooks.
- Click Create new webhook.
- In the pop-up window, locate Standard webhook and click Add.

- Provide a description and enter the webhook URL with the following format:
- For testing:
https://api.stg.deuna.io/transactions/webhooks/payconnect/{{yourDEUNAprocessorID}}
- For production:
https://api.deuna.io/transactions/webhooks/payconnect/{{yourDEUNAprocessorID}}
- For testing:

- Before saving the changes, click Test configuration.
- Select your DEUNA account as the Merchant account.
- Select the event AUTHORISATION.
- Click Test.

If the webhook is configured correctly, then you get a success message.

- Click Done to close the testing panel.
- Click Save configuration to finish the configuration.
From this point on, you can now make transactions with Adyen using DEUNA.
Updated 11 days ago