Configuration webhooks logo

Configuration webhooks

Configuration webhooks

Adyen sends notifications through webhooks to inform your system about events that occur in your platform.

Use it when

Real-time event notifications

Watch for

Authentication method is unspecified

First check

To start, review Adyen's webhook documentation on their community site. Authentication details are not specified, so check your Adyen account settings for webhook setup instructions.

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

Uptime · 30-day window

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

About this API

Adyen's Configuration webhooks provide a mechanism for platforms to receive real-time notifications about events occurring within their payment systems. These events can include payment status updates, transaction completions, or other relevant platform activities. Developers can use these webhooks to automate workflows, update order statuses, or log transaction data without manual intervention.

This API is particularly useful for merchants and developers who want to maintain synchronization between their backend systems and Adyen's payment platform. By leveraging webhooks, systems can react promptly to changes, improving operational efficiency and user experience.

While the exact authentication method and detailed webhook payloads are not specified in the provided information, users are encouraged to consult Adyen's official documentation and community resources to properly configure and secure webhook endpoints.

02

What you can build

  • 1Receive payment event notifications
  • 2Trigger workflows on payment status changes
  • 3Log transaction events automatically
  • 4Update order status based on payment events
03

Strengths & limitations

Strengths

  • Real-time event notifications
  • Supports multiple payment events
  • Automates platform updates

Limitations

  • Authentication method is unspecified
  • No detailed endpoint or payload info
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 Adyen's webhook documentation on their community site. Authentication details are not specified, so check your Adyen account settings for webhook setup instructions.

06

FAQ

Do I need authentication to use Adyen webhooks?+

The authentication method is not specified; typically, webhook security involves validating signatures or tokens configured in your Adyen account.

What kind of events can I receive via these webhooks?+

You can receive notifications about various platform events such as payment status changes and transaction updates.

Is HTTPS required for webhook endpoints?+

While not explicitly stated, it is standard practice to use HTTPS to secure webhook endpoints.

Can I test webhooks before going live?+

Adyen generally provides testing tools in their platform, but check their documentation for specific webhook testing capabilities.

07

Technical details

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

Tags

09

More from Adyen