CashLine eCheck Acknowledgement
PUT https://cce.cashline.certegy.com/v1/check/echeck
Field Parameter | Value | Required or Optional | Field Values or Constraints |
merchantID | 128756 | REQUIRED | 6 / 6 Numeric only, 0-9 |
trxID | 1234567890 | REQUIRED | 4 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) |
trxRefID | 5804010000041 | REQUIRED | 10 / 15 Numeric only, 0-9 |
achRefID | 5804010000041 | REQUIRED | 10 / 15 Numeric only, 0-9 |
integratorID | xYzAbC123 | REQUIRED | 4 / 30 Alphanumeric, space and dash |
PUT https://cce.cashline.certegy.com/v1/check/echeck
{
"merchantID": "128756",
"trxID": "1234567890",
"trxRefID": "5804010000041",
"achRefID": "5804010000041",
"integratorID": "xYzAbC123"
}
Approval Response for eCheck Acknowledgement
Field Parameter | Value | Field Values or Constraints |
trxID | 1234567890 | 4 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) |
trxRefID | 5804010000041 | 10 / 15 Numeric only, 0-9 |
achRefID | 5804010000041 | 10 / 15 Numeric only, 0-9 |
{
"trxID": "1234567890",
"trxRefID": "5804010000041",
"achRefID": "5804010000041"
}
Declined Response or Error Response for the eCheck Acknowledgement – HTTPS 400 and HTTPS 500
Field Parameter | Value | Field Values or Constraints |
errorPath | /check/echeck/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. If the issue persists, contact Certegy Help Desk at 833-293-3131 | Max 260 Alpha only a-z, A-Z |
errorType | edit_error | Max 20 Alpha only a-z, A-Z |
errorDate | 2020-04-08T09:54:55.33Z | DATE/TIME |
trxID | 500005550505 | 4 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) |
trxRefID | 5605730000032 | Max 15 Numeric only |
responseCode | 0313 | 4 digits Numeric |
adverseAction | false | boolean - true/false |
stationNum | 1070000000 | 10 digits Numeric |
{
"errors": [{
"errorPath": "/check/echeck/123456789",
"errorMessage": "Errors in Inquiry Message to Certegy",
"errorDetails": "Certain required information or data elements were missing from the request. Reattempt the transaction. If the issue persists, contact Certegy Help Desk at 833-293-3131",
"errorType": "edit_error",
"errorDate": "2020-04-08T09:54:55.33Z",
"trxID": "5000019",
"trxRefID": "5605730000032",
"responseCode": "0315",
"adverseAction": "false",
"stationNum": "1070000000"
}]
}