Documentation

CashLine

  1. Home
  2. CashLine
  3. CashLine eCheck
  4. Get Single Transaction

Get Single Transaction

GET  https://cce.cashline.certegy.com/v1/check/echeck

REQUIRED

Field ParameterValueField Values or Constraints
trxRefID  620588000000110 / 15 Numeric only, 0-9
merchantID  1234566 / 6 Numeric only, 0-9
integratorID  xYzAbC1234 / 30 Alphanumeric, space and dash

OPTIONAL

Field ParameterValueField Values or Constraints
trxID12345678904 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash)
operatorID   xxx1232 / 30 Alphanumeric and dash (a-z, A-Z, 0-9, - (dash) $#@._ )
terminalID  Terminal3212 / 30 Alphanumeric, Spaces and dash (a-z, A-Z, 0-9 $#@._ )
terminalGrpID  grp3212 / 30 Alphanumeric and dash (a-z, A-Z, 0-9, - (dash) $#@._ )
https://cce.cashline.certegy.com/v1/check/echeck/find?{trxRefID}{merchantID}{integratorID}

Get Single Transaction Response

Field ParameterValueField Values or Constraints
trxID12345678904 / 20 Alphanumeric a-z, A-Z, 0-9 - (dash)
trxRefID  560499000001310 / 15 Numeric only, 0-9
accountLast4  92794 / 4 Numeric only
idCodeGA2 / 2 Alpha only A-Z
idLast4  45894 / 4 Alphanumeric
trxDate   06-25-2020 03:18:19DATE/TIME
checkType  P1 byte return
feeDiscount  1No Min/(Max) 9999999.99 Numeric only - No commas. If the decimal point is omitted, the amount is considered to be in whole dollars.
netAmount  51No Min/(Max) 9999999.99 Numeric only - No commas. If the decimal point is omitted, the amount is considered to be in whole dollars.
checkStatus  ACKNOWLEDGEMax 20 Alpha a-z, A-Z

{
	"trxID": "5604990000013",
	"trxRefID": "5604990000013",	
	"accountLast4": "9279",
	"idCode": "GA",
	"idLast4": "4589",
	"trxDate and Time": "06-25-2020 03:18:19",
	"checkType": "P",
	"feeDiscount": "2",
	"netAmount": "51",
	"checkStatus": "ACKNOWLEDGE"
}

Get Single Transaction – Error Response

Field ParameterValueField Values or Constraints
errorPath /check/echeck/trxRefIDMax 200 Alpha only a-z, A-Z
errorMessage
No transaction foundMax 200 Alpha only a-z, A-Z
errorDetails
No transaction foundMax 260 Alpha only a-z, A-Z
errorType edit_errorMax 20 Alpha only a-z, A-Z
errorDate   06-25-2020 03:18:19DATE/TIME
trxRefID 560499000001310 / 15 Numeric only, 0-9
adverseAction false(boolean) true/false (lowercase only)

{
	"errors": [{
		"errorPath": "/check/echeck",
		"errorMessage": "No transaction found",
		"errorDetails": "No transaction found",
		"errorType": "edit_error",
		"errorDate": "06-25-2020 03:18:19",
		"trxRefID": "5604990000013",
		"adverseAction": "false"
	}]
}

Back to Top

Was this article helpful to you? Yes No

How can we help?