Transfer webhooks logo

Transfer webhooks

Transfer webhooks

Adyen sends notifications through webhooks to inform your system about incoming and outgoing transfers in your platform. You can use these webhooks to build your implementation.

Use it when

Real-time transfer notifications

Watch for

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

First check

To start, configure webhook endpoints in your system to receive transfer notifications. Authentication details are not specified and should be confirmed in Adyen documentation.

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

Uptime · 30-day window

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

About this API

Adyen's Transfer webhooks provide a mechanism for platforms to receive real-time notifications about incoming and outgoing transfers. These notifications enable developers to build systems that react promptly to transfer events, such as updating user balances or triggering additional workflows.

This API is relevant for platforms that handle multiple transfers and require automated processing or monitoring of transfer statuses. By leveraging webhooks, developers can reduce the need for polling and improve system responsiveness.

While the input description does not specify authentication or detailed implementation steps, the core value lies in enabling event-driven handling of transfer activities within a payment platform environment.

02

What you can build

  • 1Display transfer status updates
  • 2Generate transfer activity logs
  • 3Validate incoming and outgoing transfers
  • 4Trigger workflows on transfer events
03

Strengths & limitations

Strengths

  • Real-time transfer notifications
  • Supports incoming and outgoing transfers
  • Integrates with platform payment flows
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, configure webhook endpoints in your system to receive transfer notifications. Authentication details are not specified and should be confirmed in Adyen documentation.

06

FAQ

Do I need an API key to use these webhooks?+

The authentication type is not specified; check Adyen documentation for webhook security requirements.

What kind of transfer events are notified?+

Notifications cover both incoming and outgoing transfers on your platform.

Can I use these webhooks from a browser directly?+

Webhooks are typically server-to-server; direct browser use is uncommon.

Is HTTPS required for webhook endpoints?+

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

07

Technical details

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

Tags

09

More from Adyen