{
"accounts": [
{
"id": "J8fhcO2UzfqChL84fZe3odg6PQbwUalR5ncGh7cs1io",
"institutionCustomerId": "9ff9f3b4293d45e6897e7e71b00fdb36",
"institutionId": "01099",
"description": "Unknown Account Type DITYP -1",
"nickName": "Unknown Account Type DITYP -1",
"hostAccountNumber": "7362811980001^GARBAGE",
"accountNumber": "7362811980001",
"category": "DEPOSIT",
"type": {
"value": "UNKNOWN",
"fiAccountType": 7321,
"description": "UNKNOWN"
},
"ownershipType": "PRIMARY",
"currentBalance": {
"currencyCode": "USD",
"amount": 84.03
},
"availableBalance": {
"currencyCode": "USD",
"amount": 38.03
},
"status": {
"open": true,
"closed": false,
"negativeBalance": false,
"delinquent": false,
"inCollection": false,
"overLimit": false,
"writtenOff": false,
"creditBalance": false,
"paymentCoupon": false,
"retirementPlan": false,
"retPlanOwnedByDeceased": false
},
"allowedActions": {
"summary": true,
"transferFrom": true,
"transferTo": true,
"isHistoryEnabled": true,
"isHistoryEntitled": true
},
"isAccountHybrid": false,
"isVisible": true,
"isHiddenByFi": false
},
{
"id": "tpR34C0gQheG1o4IkhyNmWSgj2Dh2TMmT45GNw-_D10",
"institutionCustomerId": "9ff9f3b4293d45e6897e7e71b00fdb36",
"institutionId": "01099",
"description": "Unknown Account Type ATYP AND DITYP -1",
"nickName": "Unknown Account Type ATYP AND DITYP -1",
"hostAccountNumber": "7362811980002^GARBAGE",
"accountNumber": "7362811980002",
"category": "DEPOSIT",
"type": {
"value": "UNKNOWN",
"fiAccountType": -1,
"description": "UNKNOWN"
},
"ownershipType": "PRIMARY",
"currentBalance": {
"currencyCode": "USD",
"amount": 84.04
},
"availableBalance": {
"currencyCode": "USD",
"amount": 38.04
},
"status": {
"open": true,
"closed": false,
"negativeBalance": false,
"delinquent": false,
"inCollection": false,
"overLimit": false,
"writtenOff": false,
"creditBalance": false,
"paymentCoupon": false,
"retirementPlan": false,
"retPlanOwnedByDeceased": false
},
"allowedActions": {
"summary": true,
"transferFrom": true,
"transferTo": true,
"isHistoryEnabled": true,
"isHistoryEntitled": true
},
"isAccountHybrid": false,
"isVisible": true,
"isHiddenByFi": false
},
...
]
}
Get the specified account for the given user
Sample Response:
{
"id": "J8fhcO2UzfqChL84fZe3odg6PQbwUalR5ncGh7cs1io",
"institutionCustomerId": "9ff9f3b4293d45e6897e7e71b00fdb36",
"institutionId": "01099",
"description": "Unknown Account Type DITYP -1",
"nickName": "Unknown Account Type DITYP -1",
"hostAccountNumber": "7362811980001^GARBAGE",
"accountNumber": "7362811980001",
"category": "DEPOSIT",
"type": {
"value": "UNKNOWN",
"fiAccountType": 7321,
"description": "UNKNOWN"
},
"ownershipType": "PRIMARY",
"currentBalance": {
"currencyCode": "USD",
"amount": 84.03
},
"availableBalance": {
"currencyCode": "USD",
"amount": 38.03
},
"status": {
"open": true,
"closed": false,
"negativeBalance": false,
"delinquent": false,
"inCollection": false,
"overLimit": false,
"writtenOff": false,
"creditBalance": false,
"paymentCoupon": false,
"retirementPlan": false,
"retPlanOwnedByDeceased": false
},
"allowedActions": {
"summary": true,
"transferFrom": true,
"transferTo": true,
"isHistoryEnabled": true,
"isHistoryEntitled": true
},
"isAccountHybrid": false,
"isVisible": true,
"isHiddenByFi": false
}