Adyen Notifications
Adyen is a payment provider that offers a range of additional payment options. Aurora's integration with Adyen allows your customers to make use of Adyen's payment methods when placing orders via the Aurora Front-end.
This article describes how you can setup and start to receive notifications from Adyen.
Introduction
By enabling this functionality, Aurora will start to process notifications for these types of transactions:
- Cancellation
- Refund
- Void
Enable Notifications
To set up the Aurora notification system, first enable notifications in your Customer Area using your Adyen account. More information on how to do this can be found here.
- It is suggested to setup the notification at the Merchant level rather than company level - select the merchant to set up on the top right of the Adyen web interface. This means the notification will only be used with the selected merchant account rather than configuring one notification that all merchant accounts have to use. This setup is required if multiple websites share the same Adyen account.
- Click Add next to "Standard Notification" and populate the form with the following (where inputs are not listed below, use the default value presented in the form):
Parameter On Adyen | Value | Note |
---|---|---|
URL | https://<DOMAIN_NAME>/checkout/payment-server-callback?route=notification&payment_type=proxy-adyen&raw_data=1 | replace with the correct one for your website. |
Active | checked | |
Service Version | 1 | |
Method | JSON | |
Authentication > User Name | If HTTP authentication is used on the Aurora instance, provide the username. | |
Authentication > Password | If HTTP authentication is used on the Aurora instance, provide the password. | |
HMAC Key (HEX Encoded) | ... | Generate a new HMAC key and save the result as this will not be available again. |
- click "Test configuration"
- click "Save configuration"
Aurora utilises HMAC signed notifications, which will require you to generate a HMAC key. This is done under Adyen Customers Area > Settings > Server Communication > Additional settings. More information can be found here.
Once a HMAC key has been generated, and all required information provided to enable the notifications system on Adyen, you need to add the generated HMAC key to your Aurora instance. This can be done in Aurora, under Store > Microservice > Proxy Adyen. The fields which need to be filled in are Live HMAC Secret and Test HMAC Secret.
Updated over 2 years ago