This API endpoint is used to retrieve details of a specific customer account using the unique customer and account identifiers.
Optionally, you can include the current account balance in the response by passing includeAccountBalance=true
as a query parameter.
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
{- "data": {
- "accountType": "Deposit",
- "accountSubType": "Savings",
- "accountNumber": "****0001",
- "accountName": "usd savings acc",
- "routingNumber": "123456789",
- "currency": "USD",
- "masterGl": "50651123",
- "fboAccountNumber": "",
- "costCenter": "Global",
- "countryCode": "US",
- "reason": "string",
- "bankIdType": "NationalBankCode",
- "systemOfRecords": "Finzly Core",
- "externalAccount": "string",
- "accountFeatures": {
- "rfpReceive": false,
- "rfpSend": false,
- "accountAnalysis": false,
- "feeAccount": "false",
- "returnAccount": "false",
- "fedWireFeature": {
- "enableWire": true,
- "callbackLimit": 980.99,
- "enableCallbacks": true,
- "enableInternationalWire": true,
- "enableDomesticWire": true
}, - "fedNowFeature": {
- "enableFedNow": false,
- "fednowReceiveOnly": false,
- "fednowSendOrReceive": false,
- "fednowRfpSend": false,
- "fednowRfpReceive": false
}, - "rtpFeature": {
- "enableRtp": false,
- "rtpReceiveOnly": false,
- "rtpSendOrReceive": false,
- "rtpRfpSend": false,
- "rtpRfpReceive": false
}, - "achFeature": {
- "enableOffset": false,
- "defaultOffset": false,
- "enableUnderWritten": true,
- "debitExposureLimit": 989.33,
- "creditExposureLimit": 100.33,
- "enableAchPrefund": false,
- "achCompanyId": "string",
- "secCodes": [
- "WEB"
]
}
}, - "additionalAttributes": [
- {
- "attributeName": "IsRequired",
- "value": "true"
}
], - "balanceType": "string",
- "ledgerBalance": 190000.55,
- "availableBalance": 190000.55,
- "availableBalanceStatus": "Available",
- "amountPrecision": 2
}
}