Notifications

Handle Adyen payment and token notifications

Accepts Adyen payment and token webhooks as JSON and preserves the raw request body for signature verification.

post/v1/api/notifications/adyen

Headers

X-Forwarded-Forstring
hmacSignaturestring

Request body

OR

Response

OK

Changes

Changed in 2 of the 59 revisions of this API.22

  • 9ddf138b4a3d21See the full diff
    • request body became required

      request-body-became-required

    • the request's body type changed from string to no type

      request-body-type-changed

    • added to the request body oneOf list

      request-body-one-of-added

    • endpoint added

      endpoint-added