requestForVoidACH

This method is used to update the pending ACH transaction to void. This can only be used on a transaction that is in a "Pending" status. "Pending" transactions are submitted for processing at 6:00 PM Eastern Time every business day.

Request Parameters

ParameterRequiredTypeDescription
clientIDyesstringTransactAPI Client ID
developerAPIKeyyesstringTransactAPI Developer Key
RefNumyesintegerReference Number that is generated by the API once an external fund move is initiated (externalFundMove)

Sample Request

curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/requestForVoidACH
-d developerAPIKey=somedeveloperkey
-d clientID=someclientid
-d RefNum=313889266

Response Parameters

ParameterTypeDescription
statusCodestringAPI Status Code
statusDescstringAPI Status Description
investorExternalAccountDetailsstringStatus Updated Successfully

Sample Response

{
	"statusCode": "101",
	"statusDesc": "Ok",
	"investorExternalAccountDetails": "Status Updated Successfully"
}

Test it Yourself!

Language
Click Try It! to start a request and see the response here!