Configure Adyen
GoMeddo PaymentsThe configuration of Adyen in GoMeddo Payments is a two part process
First you need to provide GoMeddo with the credentials for your adyen account.
GoMeddo will come back to you with your account and payment provider id. Then you can 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 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
Setup the webhook
You can only do this step once you have gotten your account id and provider id from GoMeddo
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