Retrieve an account details
OK
Bad request
You are not authorized to access the resource
Accessing the resource you were trying to reach is forbidden
The resource you were trying to reach is not found
Internal server error
Service unavailable
Successful
{- "status": "Success",
- "code": "ACC001",
- "message": "Failed to get an account: <Reason>",
- "data": {
- "accountUID": 100100,
- "name": "Checking",
- "accountNumber": "1122345",
- "fboAccountNumber": "2233445",
- "type": "DEPOSIT or LOAN",
- "subType": "Checking, Savings, Psuedo",
- "systemOfRecords": "Other Core or External",
- "balanceType": "DDA",
- "ledgerBalance": "24000.00",
- "availableBalance": "25000.00",
- "availableBalanceStatus": "NSF",
- "amountPrecision": 0,
- "currency": "USD",
- "country": "UNITED STATE OF AMERICA",
- "bankId": "11223498",
- "bankName": "Chase",
- "bankIdType": "By ABA or By Address",
- "enableWires": false,
- "enableOffset": false,
- "defaultOffset": false,
- "feeAccount": false,
- "returnAccount": false,
- "status": "Active",
- "countryCode": "US",
- "masterGl": "5001",
- "accountAnalysis": true,
- "externalAccount": "string",
- "costCenter": "Global",
- "enableCallbacks": true,
- "callbackLimit": 10.15,
- "reason": "string",
- "isUnderWritten": true,
- "debitExposureLimit": 25.45,
- "creditExposureLimit": 50.5,
- "isAchPrefund": false,
- "accountFeatures": {
- "rfpReceive": true,
- "rfpSend": true
}, - "additionalAttributes": [
- {
- "attributeName": "string",
- "value": "string"
}
]
}
}