Configure Adyen webhook notifications for payment events and verify HMAC signatures in your backend

domain: docs.adyen.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. In the Adyen Customer Area, navigate to Developers > Webhooks and create a Standard Notification webhook pointing to your HTTPS endpoint; generate and copy the HMAC key
  2. Store the HMAC key securely (e.g., in a secrets manager); Adyen signs each notification with HMAC-SHA256 using this key and includes the signature in the additionalData.hmacSignature field
  3. On your endpoint, extract the hmacSignature from the notification's additionalData and compute the HMAC-SHA256 of the canonicalised notification fields using your stored HMAC key
  4. Compare your computed signature to the received hmacSignature using a constant-time comparison to prevent timing attacks; reject notifications where they do not match
  5. Return a plain-text HTTP 200 response with body [accepted] to acknowledge receipt; Adyen retries notifications that do not receive this acknowledgement within the timeout window

Known gotchas

Related routes

Configure and validate Adyen HMAC webhook signature verification for notification security
docs.adyen.com · 6 steps · unrated
Configure Sign In App webhooks to receive real-time visitor sign-in and sign-out events with HMAC-SHA256 signature verification.
developers.signinenterprise.com · 5 steps · unrated
Configure and verify HMAC-signed webhooks for real-time event notifications from Gingr
api-docs.gingrapp.com · 5 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans