Transfer updated

webhook balancePlatform.transfer.updated

Adyen sends this webhook when the status of a transfer changes. Use the data.id to track the original transfer resource in the balancePlatform.transfer.created webhook.

The status field indicates the event that triggered the webhook.

Webhook parameters

data object Required

Contains details about the event.

environment string Required

The environment from which the webhook originated.

Possible values: test, live.

type string

The type of webhook.

Response parameters

After submitting a call, you receive a response message to inform you that your request was received and processed.

Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.

HTTP Responses