v1

latestOpenAPI 3.1.02026-07-2051132407.2 KB
Balance accounts

Create a balance account

Creates a balance account that holds the funds of the associated account holder.

post/balanceAccounts

Request body

accountHolderIdstring required

The unique identifier of the account holder associated with the balance account.

defaultCurrencyCodestring

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.

descriptionstring

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.

metadataobject

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.

migratedAccountCodestring

The unique identifier of the account of the migrated account holder in the classic integration.

referencestring

Your reference for the balance account, maximum 150 characters.

timeZonestring

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.

Response

OK - the request has succeeded.

accountHolderIdstring required

The unique identifier of the account holder associated with the balance account.

defaultCurrencyCodestring

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.

descriptionstring

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.

idstring required

The unique identifier of the balance account.

metadataobject

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.

migratedAccountCodestring

The unique identifier of the account of the migrated account holder in the classic integration.

referencestring

Your reference for the balance account, maximum 150 characters.

status'Active' | 'Closed' | 'Inactive' | 'Suspended'

The status of the balance account, set to Active by default.

timeZonestring

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.