hi,
we are a organisation in application development in .net and for now we are giving a facility fo our client with authorize.net payment gateway, and we are using DPM card not present testing acoount for building this functionality in our functionality, WE are using our User interfase for sending all the detals to the authorize.net for test transaction.
but when try to send the details to authorize.net some "time out error" come in the browser but the " transaction in comletd, your merchant will contact u" , we tryed the method given in http://developer.authorize.net/tools/responsereasoncode/ , but it is same. When we change "x_relay_response" to false the transation is complted and a with with all the details come on client screen but we don't want to be lioke this "we want to show the response details too in our application and print them.
please reply soon,
thanks
07-19-2011 09:25 PM
Relay response is the correct way to ensure that your site receives details of the transaction after it completes. The error that you are running into indicates that Authorize.Net is simply unable to load you relay response url. If you are still in the testing phase, this could be because you are using a development server that is not publically available. It is necessary that your Relay Response page is publicly accessible and loads without error in order to prevent this type of time out message.
07-25-2011 10:22 AM