Use balancePlatform.transfer.updated instead.
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.
The environment from which the webhook originated.
Possible values: test, live.
Type of notification.
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.