v32

latestOpenAPI 3.1.0raw.githubusercontent.com2025-12-2302696.5 KB
Fund movements

Incoming transfer updated

Adyen sends this webhook when funds were added to the balance account. This could be due to a refund or a funds transfer. Use the data.id to track the original incoming transfer resource in the balancePlatform.incomingTransfer.created webhook.

The status field indicates the event that triggered the webhook.

  • For refunds, the status is Refunded.

  • For incoming fund transfers, the status is IncomingTransfer.

postWebhookbalancePlatform.incomingTransfer.updated

Payload

environmentstring required

The environment from which the webhook originated.

Possible values: test, live.

timestampstring date-time

When the event was queued.

type'balancePlatform.incomingTransfer.updated' | 'balancePlatform.incomingTransfer.created' required

Type of webhook.

Response

OK - the request has succeeded.

notificationResponsestring

Respond with any 2xx HTTP status code to accept the webhook.