Account
idstring
Account id.
Possible values: <= 20 characters
customerIdstring
Possible values: <= 20 characters
Example:
5435323362
externalIdstring
Possible values: <= 40 characters
currencyCodeCurrency (string)required
Currency alphabetic code as specified by ISO 4217
Possible values: >= 3 characters
and <= 3 characters
Example:
EUR
totalBalanceint64
Amount in minor units
availableBalanceint64
Amount in minor units
ibanstring
IBAN associated with this account.
bicstring
Possible values: <= 20 characters
accountNumberstring
DKK account number.
Possible values: <= 40 characters
bankCodestring
DKK bank code.
Possible values: <= 20 characters
creationTimedate-time
Example:
2019-08-24T14:15:22Z
hasIbanbooleanrequired
Account
{
"id": "string",
"customerId": "5435323362",
"externalId": "string",
"currencyCode": "EUR",
"totalBalance": 0,
"availableBalance": 0,
"iban": "string",
"bic": "string",
"accountNumber": "string",
"bankCode": "string",
"creationTime": "2019-08-24T14:15:22Z",
"hasIban": true
}