Search the customer accounts for a given customer
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>",
- "pagination": {
- "totalRecords": 100,
- "returnedRecords": 10,
- "pageReturned": 2,
- "pageSize": 10
}, - "data": [
- {
- "accountUID": "100100",
- "accountName": "Demo 1",
- "accountNumber": "1122345",
- "fboAccountNumber": "2233445",
- "accountType": "DEPOSIT",
- "accountSubType": "Checking",
- "systemOfRecords": "Other Core",
- "currency": "USD",
- "country": "UNITED STATE OF AMERICA",
- "routingNumber": "11223498",
- "bankIdType": "By ABA or By Address",
- "enableWires": false,
- "enableOffset": false,
- "defaultOffset": false,
- "feeAccount": false,
- "returnAccount": false,
- "status": "Active",
- "accountAnalysis": false,
- "callbackLimit": 10000,
- "costCenter": "CCD",
- "countryCode": "US",
- "creditExposureLimit": 5000,
- "debitExposureLimit": 50000,
- "enableCallbacks": true,
- "isUnderWritten": true,
- "masterGl": "5001",
- "reason": "Type here..."
}
]
}