Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Echo back custom merchant fields
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
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

