Outgoing transfer created

webhookbalancePlatform.outgoingTransfer.created
deprecated.since.replace

Adyen sends this webhook when funds were deducted from a balance account due to a capture or a funds transfer. Use the paymentId to link to the original payment authorisation or funds transfer request.

The status field indicates the event that triggered the webhook.

  • For captures, the status will be Captured.

  • For outgoing fund transfers, the status will be OutgoingTransfer.

Request Parameters

dataobjectRequired

Contains details about the event.

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