Documentation

CashLine

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

eCheck Acknowledgement

CashLine eCheck Acknowledgement

*Client should wait 20 seconds for transactions responses, If no response retry the same transaction.

PUT  https://cce.cashline.certegy.com/v2/check/echeck
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

PUT   https://cce.cashline.certegy.com/v2/check/echeck

{
	"merchantID": "128756",
	"integratorID": "xYzAbC123"
	"trxID": "1234567890",
	"eCheckTrxID": "1234567890",
	"eCheckTrxRefID": "5804010000041", 
}

Approval Response for eCheck Acknowledgement

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

{
	"trxID": "1234567890",
	"trxRefID": "5804010000041"	
}

Declined Response or Error Response for the eCheck Acknowledgement – HTTPS 400 and HTTPS 500

Field ParameterValueField Values or Constraints
errorPath   /check/echeck/123456789Max 200 Alpha only a-z, A-Z
errorMessage   Errors in Inquiry Message to CertegyMax 200 Alpha only a-z, A-Z
errorDetails  
Certain required information or data elements were missing from the request. Reattempt the transaction. If the issue persists, contact Certegy Help Desk at 833-293-3131Max 260 Alpha only a-z, A-Z
errorType   edit_errorMax 20 Alpha only a-z, A-Z
errorDate   2020-04-08T09:54:55.33ZDATE/TIME
trxID5000055505054 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash)
trxRefID  5605730000032Max 15 Numeric only
responseCode  03134 digits Numeric
adverseAction  falseboolean - true/false

{
	"errors": [{
		"errorPath": "/check/echeck/123456789",
		"errorMessage": "Errors in Inquiry Message to Certegy",
		"errorDetails": "Certain required information or data elements were missing from the request. Reattempt the transaction. If the issue persists, contact Certegy Help Desk at 833-293-3131",
		"errorType": "edit_error",
		"errorDate": "2020-04-08T09:54:55.33Z",
		"trxID": "5000019",
		"trxRefID": "5605730000032",
		"responseCode": "0315",
		"adverseAction": "false"		
	}]
}

Back to Top

Was this article helpful to you? Yes No

How can we help?