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)
trxAmt1No Min/(Max) 9999999.99 Numeric and deximal - No commas
trxDate   06-25-2020 03:18:194 / 20 Alphanumeric a-z, A-Z, 0-9 - (dash)
checkStatus  ACKNOWLEDGEMax 20 Alpha a-z, A-Z
settlementDate2024-11-07Numeric - (dash)
delayedSettlementDays0Numeric
cashLineTransactionRefillDate2024/11/12 11:38:19Timestamp

{
	"trxID": "123456",
	"trxRefID": "5604490000014",
	"trxDate and Time": "06-25-2020 03:18:19",
	"trxAmt": "1", 
	"checkStatus": "ACKNOWLEDGE"
	"settlementDate": "2024-11-06",
	"delayedSettlementDays": "0",
	"cashLine Transaction Refill date": "2024/11/11 16:13:13",
}

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?