With the approved transaction HTTPS 200, Approval Receipt consumer approval receipt should print or would be clearly displayed on pin pad with Service Charge(RegE) fee, and would be signed by the consumer presenting the check.
The acknowledgement transaction is the confirmation the the consumer approves to have the check electronically converted. With this acknowledgement the check will be sent to settlement in that evening.
PUT https://cce.cashline.certegy.com/v1/retail
Field Parameter
Value
Required
Field Values or Constraints
merchantID
123456
REQUIRED
6 / 6 All Numeric, 0-9 (no special characters or alpha allowed)
trxID
AA-bb-1234567890
REQUIRED
This is the same ID from your post request 4 / 20 Alphanumeric and dash (a-z A-Z 0-9 - (dash))
Decline or Corrective Action – HTTPS 400 and HTTPS 500
Field Parameter
Value
Field Values or Constraints
errorPath
/check/retail/123456789
Max 200 Alpha only a-z, A-Z
errorMessage
Errors in Inquiry Message to Certegy
Max 200 Alpha only a-z, A-Z
errorDetails
Certain required information or data elements were missing from the request. Reattempt the transaction.
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
trxID
1234567890
4 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash)
trxRefID
5804010000041
10 / 15 Numeric only, 0-9
returnCode
0115
4 Min / Max Nummeric only
adverseAction
False
boolean - true/false
stationNum
1234567890
10 Min / Max Numeric only
{
"errors": [{
"errorPath": "/check/retail/123456789",
"errorMessage": "Errors in Inquiry Message to Certegy",
"errorDetails": "Certain required information or data elements were missing from the request. Reattempt the transaction.",
"errorType": "edit_error",
"errorDate": "2020-04-08T09:54:55.33Z",
"trxID": "1234567890",
"trxRefID": "5804010000041",
"returnCode": "0115",
"adverseAction": "false",
"stationNum": "1234567890"
}]
}