Balance account created
Adyen sends this webhook when you successfully create a balance account.
Contains event details.
The unique identifier of the account holder associated with the balance account.
List of balances with the amount and currency.
The balance available for use.
The sum of the transactions that have already been settled.
The three-character ISO currency code of the balance.
The sum of the transactions that will be settled in the future.
The balance that will become the available balance after the pending balance is settled.
The pending available balance is equal to the lower of the following:
- The
pendingbalance - The
pendingbalance plus theavailablebalance.
The balance currently held in reserve.
The default three-character ISO currency code of the balance account. This is the currency displayed on the Balance Account overview page in your Customer Area. The default value is EUR.
After a balance account is created, you cannot change its default currency.
A human-readable description of the balance account, maximum 300 characters. You can use this parameter to distinguish between multiple balance accounts under an account holder.
The unique identifier of the balance account.
A set of key and value pairs for general use. The keys do not have specific names and may be used for storing miscellaneous data as desired.
Note that during an update of metadata, the omission of existing key-value pairs will result in the deletion of those key-value pairs.
The unique identifier of the account of the migrated account holder in the classic integration.
Contains key-value pairs to configure the sales day closing time and settlement delay for a balance account.
Specifies at what time a sales day ends for this account.
Possible values: Time in "HH:MM" format. HH ranges from 00 to 07. MM must be 00.
Default value: "00:00".
Specifies after how many business days the funds in a settlement batch are made available in this balance account. Requires Custom Sales Day Payout to be enabled for your balance account. Contact your account manager or implementation manager to enable this.
Possible values: 1 to 20, or null.
Default value: null.
Your reference for the balance account, maximum 150 characters.
The status of the balance account, set to active by default.
The time zone of the balance account. For example, Europe/Amsterdam. Defaults to the time zone of the account holder if no time zone is set. For possible values, see the list of time zone codes.
The unique identifier of the balance platform.
The environment from which the webhook originated.
Possible values: test, live.
When the event was queued.
Type of webhook.
When you receive a webhook, you must respond with an HTTP status code.
HTTP Responses
200 - OK
The request has succeeded.
notificationResponsestringRespond with any 2xx HTTP status code to accept the webhook.