Skip to main content

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

The notifications were accepted (body is [accepted]).

Docs AssistantAsk anything about our products