Hello,
Can we replace the relay_response.jsp to some other resource in the application like a servlet or a Spring Controller, so that it can do some processing on recieving the response from Authorize.net?
If the answer is yes for the above question, what object can I expect from Authorize.net.
What I'm trying to achive here is to process the response and update a value in the database before showing the order_reciept.jsp page. Please do share if you have any other way of doing so. Thanks.
Ravi.
01-22-2013 07:55 PM
The relay response will form post the values listed in http://developer.authorize.net/guides/SIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=SIM_Trans_response....
So you should be able to use anything that can read from the request form.
01-23-2013 04:21 AM