Retail Voids, if the ACH request needs to be deleted, it must occur prior to settlement. Consumer driven voids are voids that the consumer has the ability to decline the terms and must have the ability to remove the transaction and return the items or pay another way.
The void transaction is a delete request so this is sent as a URI
DEL 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))
trxRefID
7275551212
REQUIRED
15 digits max Numeric only. No dashes or spaces.
achRefID
12345678
REQUIRED
15 digits max Numeric only. No dashes or spaces.
netAmount
19.55
REQUIRED
3 / 10 Decimal (10,2) Max Length - 10 Maximum value allowed is 42,949,672.95
The transaction's confirmation was attempted, but the dollar amount and reference number do not match the original authorization. Check the confirmation details and reattempt. If the issue persists, contact the Certegy Help Desk at phone number.
Max 200 Alpha only a-z, A-Z
errorType
declined
Max 20 Alpha only a-z, A-Z
errorDate
06-25-2020 03:18:19
DATE/TIME
trxID
AA-bb-1234567890
This is the same ID from your post request 4 / 20 Alphanumeric and dash (a-z A-Z 0-9 - (dash))
trxRefID
5050000000009
15 digits max Numeric only. No dashes or spaces.
responseCode
0115
0-9
adverseAction
false
boolean true/false
1065025600
1065025600
10 / 10 Numeric only
{
"errors": [{
"errorPath": "/check/retail/5050000000009",
"errorMessage": "transaction not confirmed",
"errorDetails": "The client's account information does not exist or has been deactivated in Certegy's system. Re-attempt the transaction. If the issue persists, contact Certegy Client Relations at phone number",
"errorType": "decline",
"errorDate": "06-25-2020 03:18:19",
"trxID": "AA-bb-1234567890",
"trxRefID": "5050000000009",
"responseCode": "0133",
"adverseAction": "false",
"stationNum": "1234567890"
}]
}