Objects

This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.

AccountInformation

cashAccountNumberstring

Number of the cash account.

Available cash balance in the account.

hasExclusiveOwnershipboolean

Indicates whether the user has exclusive ownership of the account. False if PoA or shared ownership.

interestRatenumber[double]

Interest rate of the account. Percentage [0...1]

Example
{  "cashAccountNumber": "123456789",  "cashValue": {    "amount": 10.32,    "currency": "EUR"  },  "hasExclusiveOwnership": true,  "interestRate": 0.0375}