Management Webhooks logo

Management Webhooks

Management Webhooks

Adyen uses webhooks to inform your system about events that happen with your Adyen company and merchant accounts, stores, payment terminals, and payment methods when using Management API.

Use it when

Real-time event notifications

Watch for

Check the docs depth and real endpoint shape before assuming production fit.

First check

To start, review the Management API documentation and configure webhook endpoints. Authentication type is not specified and should be confirmed in official docs.

Auth
CORS
No
HTTPS
Yes
Signup
?
Latency
266 ms
Protocol
REST
Pricing

Uptime · 30-day window

Health history will appear here after the next daily check.
01

About this API

Adyen's Management Webhooks provide a mechanism to receive real-time notifications about events related to your Adyen company and merchant accounts, stores, payment terminals, and payment methods. These webhooks enable systems to stay updated automatically without polling the API.

Developers integrating with Adyen's Management API can use these webhooks to build automated workflows, monitor account changes, and respond promptly to payment-related events. This is particularly useful for maintaining synchronization between Adyen's platform and internal systems.

While the exact authentication method is not detailed, the webhooks complement the Management API by pushing event data, reducing the need for frequent API calls and improving efficiency in handling account and payment lifecycle events.

02

What you can build

  • 1Receive notifications for account events
  • 2Track payment terminal status changes
  • 3Monitor merchant account updates
  • 4Automate responses to payment method changes
03

Strengths & limitations

Strengths

  • Real-time event notifications
  • Covers multiple account and payment entities
  • Integrates with Management API
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://www.adyen.help/hc/en-us/community/topics/<endpoint>
05

Getting started

To start, review the Management API documentation and configure webhook endpoints. Authentication type is not specified and should be confirmed in official docs.

06

FAQ

Do I need an API key to use Management Webhooks?+

The authentication type is not specified; check official documentation for required credentials.

Can I receive real-time notifications for payment terminal events?+

Yes, webhooks inform about events related to payment terminals among other entities.

Is HTTPS required for webhook endpoints?+

While not explicitly stated, HTTPS is generally recommended for secure webhook communication.

Can I use these webhooks from client-side applications?+

Webhooks are typically server-to-server and not designed for direct client-side use.

07

Technical details

CORS: NoHTTPS: YesSignup: ?Open source: No
Auth type
unknown
Pricing
unknown
Protocols
REST
Response time
266 ms
08

Tags

09

More from Adyen