Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

  1. Login to your adyen dashboard

  2. Go to “Developers”, this should be in the sidebar

  3. On the left sidebar click “API crendentials”

  4. Click on “Create Credential”

  5. Press save

  6. Generate new api key

  7. Copy the generated key and press save api key

  8. 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)

    1. If you already have a account for Payment25 please also include the account id

  9. Share the Cryptex link with Gen25

  10. 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

  1. Login to your adyen dashboard

  2. Go to “Developers”, this should be in the sidebar

  3. On the left sidebar click “Webhooks”

  4. Click “+ Webhook”

  5. Add the standard notification

  6. In the URL field specify the following url:
    https://api.payments25.com/v1/account/<account id>/provider/<provider id>/callbacks

  7. Select the active checkbox

  8. Fill in the authentication

    1. Username: test

    2. Password: test

  9. Save the configuration

  • No labels