cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Response URL other than Relay_response.jsp (Java, Spring)

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.

1 REPLY 1

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.

RaynorC1emen7
Expert