Incoming transfer created

webhook balancePlatform.incomingTransfer.created
Deprecated in version 1

Adyen sends this webhook when there are incoming funds due to a refund or a fund transfer. Use the paymentId to link to the original refund request or funds transfer request. Check the content of the webhook to differentiate the events.

  • For refunds, the webhook includes the payment instrument to which funds will be refunded.

  • For incoming fund transfers, the webhook only includes information about the balance account.

Endpoint destination URL

https://balanceplatform-api-test.adyen.com/btl/v1/balancePlatform.incomingTransfer.created
Click to copy

Notification parameters

data object Required

Contains event details.

environment string Required

The environment from which the webhook originated.

Possible values: test, live.

type string Required

Type of notification.

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

  • Request
  • Click to copy
  • Response
  • Click to copy