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
merchantID   128756REQUIRED6 / 6 Numeric only, 0-9
integratorID xYzAbC123REQUIRED4 / 30 Alphanumeric, space and dash
trxID1234567890REQUIRED4 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash)
eCheckTrxID1234567890REQUIRED4 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash)
eCheckTrxRefId5804010000041REQUIRED10 / 15 Numeric only, 0-9
netAmount  150.00REQUIREDNo Min/(Max) 9999999.99 Numeric only No commas
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/v2/check/echeck/

{
	"merchantID": "128756",
	"integratorID": "xYzAbC123",
	"trxID": "1234567890",
	"eCheckTrxID": "1234567890",
	"eCheckTrxRefID": "58040100000041",
	"netAmount": "150.00", 
	"operatorID": "xxx123",
	"terminalID": "Terminal123",
}
https://cce.cashline.certegy.com/v2/check/echeck?{Consumer Token}

Void Approved Response – HTTPS 200

Meaning the Check has been successfully removed from being ACH

Field ParameterValueField Values or Constraints
trxID 500002014 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash)
trxRefID 620615000001410 / 15 Numeric only, 0-9

{
	"trxID": "50000201",
	"trxRefID": "6206150000014"	
}

Void Error – HTTPS 400 and HTTPS 500

Meaning the Check could NOT be removed from being ACH

Field ParameterValueField Values or Constraints
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
trxID12345678904 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash)
trxRefID   580401000004110 / 15 Numeric only, 0-9
responseCode  03334 Min / Max Numeric only
adverseAction Falseboolean - true/false

{
	"errors": [{
		"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",
		"trxID": "1234567890",
		"trxRefID": "5804010000041",
		"responseCode": "0333",
		"adverseAction": "False"		
	}]
}

Back to Top

Was this article helpful to you? Yes No

How can we help?