Depending on applicable regulations or business limitations, specific API requests may not be available for your use.

Get an ACH Push Withdrawal

This request returns the detail for a specific withdrawal request set up for ACH push for a brokerage account.

Request URL

Syntax GET /restapi/accounts/{accountnumber}/cashtransfers/achwithdrawals/{eftoid}
Example URL https://api.uat.foliofn.com/restapi/accounts/RA1234ABCD/cashtransfers/achwithdrawals/121312312312

Response Data Fields

Field Description
accountNumber The brokerage account number that holds the specific bank link and associated transfer request.
amount The amount of the ACH transfer request.
banklinkOid The unique identifier of the bank link within the account.
direction The direction of the ACH transfer request.
“T” is a deposit to the brokerage account,
“F” is a withdrawal from the brokerage account.
eftOid The unique identifier of the ACH transfer request.
fees The numerical fee amount for the transaction if there is a fee.
requestDate The date the ACH transfer is to be initiated. Follows ISO-8601 formatted date.
status The current status of the ACH transfer request. See ACH Withdrawal Status Codes for available codes.

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/cashtransfers/achwithdrawals/121312312312
Content-Type: application/json
Transfer-Encoding: chunked
Date: Tue, 25 Feb 2014 22:35:28 GMT
{
   "accountNumber": "RA1234ABCD",
   "amount": "123.45000",
   "banklinkOid": "807807807807807",
   "direction": "F",
   "eftOid": "121312312312",
   "fees": "0.00000",
   "requestDate": "2014-08-18T00:00:00.000-04:00",
   "status": "RCVD"
}


Change Log

07/22/2016

  1. Updated text

04/29/2016

  1. Added Change Log

Getting Started

REST APIs

Resources