Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get All Bank Links
This request returns a summary of bank links a brokerage account.
Request URL
Syntax | GET /restapi/accounts/{accountnumber}/achbanklinks |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/accounts/RA1234ABCD/achbanklinks |
Response Data Fields
See detail information of the data fields in Get a Bank Link endpoint.
Response Example
HTTP/1.1 200 OK
X-Powered-By: Servlet/2.5
Server: Sun GlassFish Enterprise Server v2.1.1
Location: https://api.uat.foliofn.com/restapi/accounts/RA1234ABCD/achbanklinks
Content-Type: application/json
Transfer-Encoding: chunked
Date: Sat, 05 Jul 2014 13:06:39 GMT
[
{
"accountType": "C",
"bankAccountNumber": "XXXXXX6123",
"bankLinkOid": "8070450533604540492",
"bankName": "DEUTSCHE BANK TRUST COMPANY, D",
"creationTimestamp": "2014-08-18T14:07:48.936-04:00",
"nameOnAccount": "Jatest Tadtest /C/F Jimmy",
"routingNumber": "031100380",
"status": "A",
"statusTimestamp": "2014-08-18T14:07:48.900-04:00",
"ovverify" : "false",
"mdverify" : "false",
"deleteReason": "Failed owner verification"}
]
Change Log
05/11/2018
- Added deleteReason
04/29/2016
- Added Change Log