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) |
eCheckTrxRefID | 5604990000013 | 4 / 36 Alphanumeric, a-z, A-Z, 0-9 - (dash) |
accountLast4 | 2058 | 4 / 4 Numeric only |
idCode | FL | 2 / 2 See State Code List |
idLast4 | 4589 | 4 / 4 Alphanumeric |
trxDate | 06-25-2020 03:18:19 | DATE/TIME |
checkType | P | 1 byte return |
feeDiscount | 1 | No Min/(Max) 9999999.99 Numeric only - No commas. If the decimal point is omitted, the amount is considered to be in whole dollars. |
netAmount | 51 | No Min/(Max) 9999999.99 Numeric only - No commas. If the decimal point is omitted, the amount is considered to be in whole dollars. |
checkStatus | ACKNOWLEDGE | Max 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 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