I am doing my first authorize.net integration, and am having issues with the relay response in DPM. For whatever reason, it I am getting a "script timed out error" every time, but when I look in my apache logs, the page isn't even being requested... If I test my response page (using hurl.it), it works as it should. Could I be missing some configuration or something? The payments are going through, so my MD5 and all that is good, it's just a matter of sorting out the relay response. The applicable sections of my post data is:
false
true
05-18-2014 07:00 AM
Ok, so I made some headway... authorize.net apparently doesn't like my SSL certificate (although it should be a trusted cert, not sure why it isn't, it validates all the way up the chain). I guess I need to follow up with them
05-18-2014 07:32 AM
05-20-2014 09:20 AM