Sorry for not listing all response codes.......
This is my c# code....
if (Request.Form["x_response_code"] != null)
{
ProcessLog.Write("transa id value", Request.Form["x_trans_id"].ToString(), LogMsgType.Information);
ProcessLog.Write("amount value", Request.Form["x_amount"].ToString(), LogMsgType.Information);
ProcessLog.Write("response code", Request.Form["x_response_code"].ToString(), LogMsgType.Information);
ProcessLog.Write("resposne reason code", Request.Form["x_response_reason_text"].ToString(), LogMsgType.Information);
ProcessLog.Write("md5 Hash", Request.Form["x_MD5_Hash"].ToString(), LogMsgType.Information);
ProcessLog.Write("first name", Request.Form["x_first_name"].ToString(), LogMsgType.Information);
}
And here is the resulting log...
[2011-10-13 03-55-41] Information
[transa id value]
2164468350
[2011-10-13 03-55-41] Information
[amount value]
19.00
[2011-10-13 03-55-41] Information
[response code]
1
[2011-10-13 03-55-41] Information
[resposne reason code]
This transaction has been approved.
[2011-10-13 03-55-41] Information
[md5 Hash]
ED4CCF7213677A34BCC3E144ED20BEEF
[2011-10-13 03-55-41] Information
[first name]
iu
[2011-10-13 03-55-41] Information
[transa id value]
2164468350
[2011-10-13 03-55-41] Information
[amount value]
19.00
[2011-10-13 03-55-41] Information
[response code]
1
[2011-10-13 03-55-41] Information
[resposne reason code]
This transaction has been approved.
[2011-10-13 03-55-41] Information
[md5 Hash]
ED4CCF7213677A34BCC3E144ED20BEEF
[2011-10-13 03-55-41] Information
[first name]
iu