...
Login to your Adyen dashboard
Go to “Developers”, this should be in the sidebar
On the left sidebar click “API credentials”
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 GoMeddo Payments please also include the account id
Share the Cryptex link with GoMeddo
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
...
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 (replace <account id> and <provider id> with your values):
https://api.payment25.com/api/v1/account/<account id>/provider/<provider id>/callbacks
Select the active checkbox
Fill in the authentication
Username: test
Password: test
Save the configuration
...