Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get ACH Deposit Instructions
This request returns the Folio ACH deposit bank account information for clients to set up ACH transfers from their bank account to deposit money into their brokerage account.
These instructions may also be used to instruct users when setting up direct deposit from an employer to their brokerage account and tax refunds from federal and state authorities to their brokerage account.
Note: There are numerous restrictions related to deposits into different types of brokerage accounts based upon account and user characteristics (e.g., no contributions into a beneficiary IRA or any IRA when the account owner is over 70½ years old, etc.) which will be checked when sent through this API and or when the funds are received at Folio. Learn more in the Folio Institutional Help Center.
Request URL
Syntax | GET /restapi/accounts/{accountnumber}/cashtransfers/eftinstructions |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/accounts/RA1234ABCD/cashtransfers/eftinstructions |
Response Data Fields
Field | Description |
---|---|
achBankName | Folio’s ACH deposit bank account name to be used for setting up ACH push transactions from the bank to the Folio account. |
achRoutingAbaNumber | Folio’s ACH bank bank routing number used when filling out an ACH push request at your bank. |
achAccountNumber | Your converted Folio account number to receive the funds by ACH. |
Response Example
HTTP/1.1 200 OK
X-Powered-By: Servlet/2.5
Server: Sun GlassFish Enterprise Server v2.1.1
Content-Type: application/json
Transfer-Encoding: chunked
Date: Mon, 08 Sep 2014 21:16:34 GMT
{
"achAccountNumber" : "13727100213619",
"achBankName" : "UMB Bank NA",
"achRoutingAbaNumber" : "101218856"
}