I have sim integration of Authorized.net , Now when user submit any payment then its not going to automatic redirect to our website page. I have used relay response and set all parameter which are needed still i am not able to redirect to home page.
09-13-2012 09:44 AM - last edited on 09-13-2012 10:33 AM by RichardH
did you go thru the Relay Response Basics and Troubleshooting
09-13-2012 12:21 PM
I need to be able to capture the variables returned to me from the relay response. I tried to make session variables so that I could pass to another page, but I could not make this work. I need to do some processing with these variables on another page, but I can not seem to collect these variables for reuse on another page. If someone could help, I would greatly appreciate it. The data is sensitive, so I was trying to use a few session variables. Thank youl.
01-16-2013 10:03 PM
Write your sensitive data to the database and send the key in a merchant defined field. When you get the response, extract the key and retrieve your sensitive information from the database.
01-18-2013 03:51 PM