using a blended account a successful charge will echo back my custom field. However, if the charge fails then it does not echo back my custom merchant field.
06-27-2014 12:53 PM
more details...
with a CP account the cpversion=1.0 gets sent back in the response as the first field followed by the response code, reason code then the text and so on. but when it fails using a 'Hybrid" account it send back a different format matching up the new 3.0 or 3.1 dll interface.
Successfull processing:
1.0|1|1|This transaction has been
Failed processing:
2|1|2|This transaction has been declined.
06-27-2014 01:47 PM