Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Cancel an ACH Push Withdrawal
This request cancels a withdrawal request set up for ACH push for a brokerage account, if the withdrawal request has not already started final processing.
Request URL
Syntax | PUT /resatpi/accounts/{accountnumber}/cashtransfers/achwithdrawals/{eftoid} |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/accounts/RA1234ABCD/cashtransfers/achwithdrawals/121312312312 |
Request Data Fields
Field | Required? | Description |
---|---|---|
eftOid | Yes | The unique identifier of the ACH transfer request. |
status | Yes | The status of the ACH transfer request. The only available update option is “CNLD” to cancel. |
Request Example
PUT /accounts/RA1234ABCD/cashtransfers/achwithdrawals/121312312312 HTTP/1.1
{
"eftOid": "121312312312",
"status": "CNLD"
}
Change Log
07/22/2016
- Updated text
04/29/2016
- Added Change Log