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.
- So does any have any idea to solve this issue?, and
- how does we validate the details send to authorize.net, is there any build in function in api by which we can validate the details ; we does not want to use Javascript and do not postback anything?
- And how can we get the response in our application i.e in our interface with all the details like card number,amount,transaction id etc for printing?
please reply soon,
thanks