Receive an Adyen standard webhook
POST/api/psp/adyen/return
The endpoint Adyen calls (configured as a standard webhook in the Customer Area) to deliver the
outcome of a payment. Each notification's HMAC signature is verified when a webhook HMAC key is
configured, then the notification is stored in Redis for 60 minutes, keyed by its
merchantReference (the order id), so it can be retrieved via
GET /api/psp/adyen/return/{adyenReference}. Responds with Adyen's [accepted]
acknowledgement.
Request
Responses
- 200
- 400
- 401
- 500
The notifications were accepted (body is [accepted]).
The webhook contained no notification items.
A notification failed HMAC signature validation.
An unexpected server error occurred.