The configuration of Adyen in Payment25 is a two part process. First you need to provide Gen25 with the credentials for your adyen account. Gen25 will come back to you with your account and payment provider id. Then setup the webhook.
Provide the api key
Login to your adyen dashboard
Go to “Developers”, this should be in the sidebar
On the left sidebar click “API crendentials”
Click on “Create Credential”
Press save
Generate new api key
Copy the generated key and press save api key
Create a secure note with your publishable key and merchant account name via Cryptex (Note: The generated link is valid once. Do not open it once generated)
If you already have a account for Payment25 please also include the account id
Share the Cryptex link with Gen25
You will receive your account id and provider id along with the confirmation that your adyen account is configured. Now continue with setting up the webhook
Setup the webhook
You can only do this step once you have gotten your account id and provider id from Gen25
Login to your adyen dashboard
Go to “Developers”, this should be in the sidebar
On the left sidebar click “Webhooks”
Click “+ Webhook”
Add the standard notification
In the URL field specify the following url:
https://api.payments25.com/v1/account/<account id>/provider/<provider id>/callbacks
Select the active checkbox
Fill in the authentication
Username: test
Password: test
Save the configuration