GET https://cce.cashline.certegy.com/v1/echeck/singleTrx
REQUIRED
Field Parameter | Value | Field Values or Constraints |
trxID | 123456 | 4 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years) |
eCheckTrxRefID | 5604990000013 | 4 / 36 Alphanumeric, a-z, A-Z, 0-9 - (dash) |
eCheckTrxID | 1234567890 | 4 / 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 Parameter | Value | Field Values or Constraints |
trxID | 123456 | 4 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years) |
trxRefID | 5604490000014 | 4 / 36 Alphanumeric, a-z, A-Z, 0-9 - (dash) |
trxAmt | 1 | No Min/(Max) 9999999.99 Numeric and deximal - No commas |
trxDate | 06-25-2020 03:18:19 | 4 / 20 Alphanumeric a-z, A-Z, 0-9 - (dash) |
checkStatus | ACKNOWLEDGE | Max 20 Alpha a-z, A-Z |
settlementDate | 2024-11-07 | Numeric - (dash) |
delayedSettlementDays | 0 | Numeric |
cashLineTransactionRefillDate | 2024/11/12 11:38:19 | Timestamp |
{
"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 Parameter | Value | Field Values or Constraints |
trxRefID | 5604490000014 | 4 / 36 Alphanumeric, a-z, A-Z, 0-9 - (dash) |
errorPath | /check/echeck/trxRefID | Max 200 Alpha only a-z, A-Z |
errorMessage
| No transaction found | Max 200 Alpha only a-z, A-Z |
errorDetails
| No transaction found | Max 260 Alpha only a-z, A-Z |
errorType | edit_error | Max 20 Alpha only a-z, A-Z |
errorDate | 06-25-2020 03:18:19 | DATE/TIME |
eCheckTrxRefID | 5604990000013 | 4 / 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