12-22-2012 01:27 PM
If x_relay_always set to false. Then the "credit card number is invalid," and "A duplicate transaction has been submitted." would stay at the authorize.net CC entry site. Are you received those thru silent post?
12-29-2012 06:58 AM - edited 12-29-2012 06:58 AM
If by sllent post you mean submitting by HttpWebRequest object, then yes.
12-29-2012 08:09 AM
submitting by HttpWebRequest object.
You mean you are using AIM. If you are using AIM, do you do mod 10 test on the CC# before sending it to authorize.net?
12-29-2012 09:01 AM
I don't check for that prior to submitting but it looks like a good idea to do that.
I do use the post method and the content type is set to "application/x-www-form-urlencoded"
12-29-2012 10:22 AM
Since you are doing AIM. Can you log both post request(with the CC# masked) and the response and timestamp? it would help locate the issue.
12-29-2012 12:11 PM
You read my mind. I just set up request recording this past week but there's been no activity. I will have extensive testing done again tomorrow with request and responses recorded. The entire request string is encrypted but since it'll be with a live "throw away" card, I can send you both request and response streams.
12-29-2012 01:02 PM