Documentation

CashLine

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

Get Single Transaction

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

REQUIRED

Field ParameterValueField Values or Constraints
trxID1234564 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years)
eCheckTrxRefID  56049900000134 / 36 Alphanumeric, a-z, A-Z, 0-9 - (dash)
eCheckTrxID 12345678904 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash)
https://cce.cashline.certegy.com/v1/echeck/singleTrx?trxID={trxID}&eCheckTrxRefID={eCheckTrxRefID}&eCheckTrxID={eCheckTrxID}

Get Single Transaction Response

Field ParameterValueField Values or Constraints
trxID1234564 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years)
trxRefID56044900000144 / 36 Alphanumeric, a-z, A-Z, 0-9 - (dash)
eCheckTrxRefID  56049900000134 / 36 Alphanumeric, a-z, A-Z, 0-9 - (dash)
accountLast4  20584 / 4 Numeric only
idCodeFL2 / 2 See State Code List
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": "123456",
	"trxRefID": "5604490000014",
	"eCheckTrxRefID": "5604990000013",
	"eCheckTrxID": "1234567890"	
	"accountLast4": "2058",
	"idCode": "FL",
	"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
trxRefID56044900000144 / 36 Alphanumeric, a-z, A-Z, 0-9 - (dash)
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
eCheckTrxRefID 56049900000134 / 36 Alphanumeric, a-z, A-Z, 0-9 - (dash)
adverseAction false(boolean) true/false (lowercase only)

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

Back to Top

Was this article helpful to you? Yes No

How can we help?