Incoming transfer updated

webhookbalancePlatform.incomingTransfer.updated
deprecated.since.replace

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.

Request Parameters

dataobjectRequired

Contains event details.

environmentstringRequired

The environment from which the webhook originated.

Possible values: test, live.

typestringRequired

Type of webhook.

Response parameters

When you receive a webhook, you must respond with an HTTP status code.

HTTP Responses