List of accounts with details.
| name | data type | constraints | description |
|---|---|---|---|
| accounts | array of AccountDetails | required | Get accounts |
Example
{
"accounts" : [ {
"resourceId" : "...",
"iban" : "...",
"bban" : "...",
"msisdn" : "...",
"currency" : "...",
"name" : "...",
"displayName" : "...",
"product" : "...",
"cashAccountType" : "...",
"status" : "BLOCKED",
"bic" : "...",
"linkedAccounts" : "...",
"usage" : "...",
"details" : "...",
"balances" : [ {
"balanceAmount" : { },
"balanceType" : "OPENINGBOOKED",
"creditLimitIncluded" : true,
"lastChangeDateTime" : "...",
"referenceDate" : "...",
"lastCommittedTransaction" : "..."
}, {
"balanceAmount" : { },
"balanceType" : "CLOSINGBOOKED",
"creditLimitIncluded" : true,
"lastChangeDateTime" : "...",
"referenceDate" : "...",
"lastCommittedTransaction" : "..."
} ],
"_links" : {
"property1" : { },
"property2" : { }
},
"ownerName" : "..."
}, {
"resourceId" : "...",
"iban" : "...",
"bban" : "...",
"msisdn" : "...",
"currency" : "...",
"name" : "...",
"displayName" : "...",
"product" : "...",
"cashAccountType" : "...",
"status" : "ENABLED",
"bic" : "...",
"linkedAccounts" : "...",
"usage" : "...",
"details" : "...",
"balances" : [ {
"balanceAmount" : { },
"balanceType" : "CLOSINGBOOKED",
"creditLimitIncluded" : true,
"lastChangeDateTime" : "...",
"referenceDate" : "...",
"lastCommittedTransaction" : "..."
}, {
"balanceAmount" : { },
"balanceType" : "NONINVOICED",
"creditLimitIncluded" : true,
"lastChangeDateTime" : "...",
"referenceDate" : "...",
"lastCommittedTransaction" : "..."
} ],
"_links" : {
"property1" : { },
"property2" : { }
},
"ownerName" : "..."
} ]
}