Documentation

CashLine

  1. Home
  2. CashLine
  3. CashLine eCheck
  4. eCheck Void

eCheck Void

CashLine E-Check Void, if the ACH request needs to be deleted, it must occur prior to settlement. Consumer driven voids should be considered for all ACH transactions. The defintion of a consumer driven Void, is that the consumer is allowed to decline the ACH request. On a pin pad or POS display that the consumer is required to sign, the service fee must be displayed in the event that the electronic check is returned for Non Sufficient Funds, (NSF). We have the right to charge the  returnCheckFee this is returned in the response packet along with the ACH approval response.

Field ParameterValueRequired or OptionalField Values or Constraints
trxID123456REQUIRED4 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years)
eCheckTrxID1234567890REQUIRED4 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash)
eCheckTrxRefId5804010000041REQUIRED10 / 15 Numeric only, 0-9
operatorID   xxx123OPTIONAL2 / 30 Alphanumeric, Spaces and dash (a-z, A-Z, 0-9 $#@._ )
terminalID  Terminal321OPTIONAL2 / 30 Alphanumeric, Spaces and dash (a-z, A-Z, 0-9 $#@._ )
DEL  https://cce.cashline.certegy.com/v1/echeck/void/

{
	"trxID": "123456",
	"eCheckTrxID": "1234567890",
	"eCheckTrxRefID": "58040100000041",
	"operatorID": "xxx123",
	"terminalID": "Terminal123",
}
https://cce.cashline.certegy.com/v1/echeck/void?

Void Approved Response – HTTPS 200

Meaning the Check has been successfully removed from being ACH

Field ParameterValueField Values or Constraints
trxID 1234564 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years)
trxRefID 56044900000144 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash)

{
	"trxID": "123456",
	"trxRefID": "5604490000014"	
}

Void Error – HTTPS 400 and HTTPS 500

Meaning the Check could NOT be removed from being ACH

Field ParameterValueField Values or Constraints
trxID1234564 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years)
trxRefID   56044900000144 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash)
errorPath  /check/echeck/123456789Max 200 Alpha only a-z, A-Z
errorMessage  Transaction Not ConfirmedMax 200 Alpha only a-z, A-Z
errorDetails  Errors in Inquiry Message to CertegyMax 260 Alpha only a-z, A-Z
errorType  declineMax 20 Alpha only a-z, A-Z
errorDate  2020-04-08T09:54:55.33ZDATE/TIME
responseCode  03334 Min / Max Numeric only
adverseAction Falseboolean - true/false

{
	"errors": [{
		"trxID": "123456",
		"trxRefID": "5604490000014",
		"errorPath": "/check/echeck/123456789",
		"errorMessage": "Errors in Inquiry Message to Certegy",
		"errorDetails": "Errors in Inquiry Message to Certegy",
		"errorType ": "edit_error",
		"errorDate": "2020-04-08T09:54:55.33Z",
		"responseCode": "0333",
		"adverseAction": "False"		
	}]
}

Back to Top

Was this article helpful to you? Yes No

How can we help?