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.
Real-time transfer notifications
Check the docs depth and real endpoint shape before assuming production fit.
To start, configure webhook endpoints in your system to receive transfer notifications. Authentication details are not specified and should be confirmed in Adyen documentation.
Uptime · 30-day window
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.
What you can build
- 1Display transfer status updates
- 2Generate transfer activity logs
- 3Validate incoming and outgoing transfers
- 4Trigger workflows on transfer events
Strengths & limitations
Strengths
- Real-time transfer notifications
- Supports incoming and outgoing transfers
- Integrates with platform payment flows
Example request
curl https://www.adyen.help/hc/en-us/community/topics/<endpoint>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.
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.
Technical details
- Auth type
- unknown
- Pricing
- unknown
- Protocols
- REST
- Response time
- 531 ms
More from Adyen
This API is used for the classic integration.
Adyen Balance Control API moves funds between merchant accounts within Adyen — for centralized fund management and reconciliation.
Adyen BIN Lookup API returns card info from the first 6-8 digits of a PAN (BIN) — issuing bank, country, card type (debit/credit), product type.
Adyen Checkout API is the modern payments API for new integrations — pairs with frontend drop-in components, auto-adapting to 250+ payment methods.
Adyen Checkout Utility API provides auxiliary operations for Checkout API — originKey generation, payment methods listing, status queries.
Adyen Data Protection API handles GDPR/privacy operations — right-to-be-forgotten, PII deletion, shopper data export.
Adyen Payments API is its flagship payment-processing API — authorize, capture, and refund across cards, local payment methods, and wallets.
Adyen Payouts API moves funds from a merchant account out to external bank accounts or cards — supports multiple local clearing rails.