Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get All ACH Pull Deposits
This request returns a list of deposits made by ACH pull for a brokerage account.
Request URL
Syntax | GET /restapi/accounts/{accountnumber}/cashtransfers/achdeposits?daterange={daterange} |
---|---|
Example URL | https://testapi.foliofn.com/restapi/accounts/RA1234ABCD/cashtransfers/achdeposits?daterange={daterange} |
Note: daterange is an optional parameter. It can be a date range. The format of a date should be “MM-dd-yyyy”. The start date and the end date should be separated by a comma, (“,”). For example, “daterange=11-01-2013,09-01-2014
”. In additional to a customdate range, the value of daterange parameter could also be a code. See the other valid codes in Date Range Codes table below.
Response Data Fields
See detail of the fields in Get an ACH Pull Deposit endpoint documentation.
Response Example
HTTP/1.1 200 OK
X-Powered-By: Servlet/2.5
Server: Sun GlassFish Enterprise Server v2.1.1
Location: https://testapi.foliofn.com/restapi/accounts/RA1234ABCD/deposits/achdeposits/8935151515151515
Content-Type: application/json
Transfer-Encoding: chunked
Date: Tue, 25 Feb 2014 22:35:28 GMT
[
{
"accountNumber" : "RA1234ABCD",
"amount" : "123.4499969482421875",
"banklinkOid" : "89339393939933939",
"direction" : "T",
"eftOid" : "8935151515151515",
"fees" : "0",
"requestDate" : "2014-02-27T00:00:00.000-05:00",
"status" : "P",
"statusTimeStamp" : "2014-02-25T17:35:27.053-05:00"
}
]