Retrieve a stored Adyen webhook result
GET/api/psp/adyen/return/:adyenReference
Returns the Adyen notification previously stored via the webhook endpoint, looked up by the Adyen
reference (the order id / merchantReference). Results expire after 60 minutes.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The stored Adyen notification payload.
The reference was missing.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
No result is stored for the supplied reference.
An unexpected server error occurred.