Fast-payout icon

Webhooks

Find out which webhooks Adyen sends for events related to funding your payouts.

When funding is triggered, Adyen sends two kinds of webhooks:

  • Standard webhooks, which inform your server of a debit from your merchant account. When the sweep triggers a direct debit, Adyen sends an AUTHORISATION webhook to your server.
  • Transfer webhooks, which inform your server that an incoming transfer to a balance account.

To keep track of events related to funding, make sure that:

You can identify transfer webhooks triggered by events related to funding by the following values:

Parameter Description Value
category Specifies the category of the transfer. platformPayment
direction The direction of the transfer based on the balance account. incoming
type Specifies the type of the transfer. capture

Funding initiated

When an incoming transfer request is received to credit funds to your balance account, Adyen sends a balancePlatform.transfer.created webhook with status received and direction incoming. The webhook provides information about the transfer, such as the amount and which balance account is credited with the funds.

Funding authorised

When the incoming transfer request is authorised, Adyen sends a balancePlatform.transfer.updated webhook with status authorised.

Funding captured

When the funds are credited to your balance account, Adyen sends a balancePlatform.transfer.updated webhook with status captured and the transactionId.