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" : "DELETED", "bic" : "...", "linkedAccounts" : "...", "usage" : "...", "details" : "...", "balances" : [ { "balanceAmount" : { }, "balanceType" : "EXPECTED", "creditLimitIncluded" : true, "lastChangeDateTime" : 12345, "referenceDate" : "...", "lastCommittedTransaction" : "..." }, { "balanceAmount" : { }, "balanceType" : "EXPECTED", "creditLimitIncluded" : true, "lastChangeDateTime" : 12345, "referenceDate" : "...", "lastCommittedTransaction" : "..." } ], "_links" : { "property1" : { }, "property2" : { } }, "ownerName" : "..." }, { "resourceId" : "...", "iban" : "...", "bban" : "...", "msisdn" : "...", "currency" : "...", "name" : "...", "displayName" : "...", "product" : "...", "cashAccountType" : "...", "status" : "BLOCKED", "bic" : "...", "linkedAccounts" : "...", "usage" : "...", "details" : "...", "balances" : [ { "balanceAmount" : { }, "balanceType" : "OPENINGBOOKED", "creditLimitIncluded" : true, "lastChangeDateTime" : 12345, "referenceDate" : "...", "lastCommittedTransaction" : "..." }, { "balanceAmount" : { }, "balanceType" : "INTERIMBOOKED", "creditLimitIncluded" : true, "lastChangeDateTime" : 12345, "referenceDate" : "...", "lastCommittedTransaction" : "..." } ], "_links" : { "property1" : { }, "property2" : { } }, "ownerName" : "..." } ] }