cancel
Showing results for 
Search instead for 
Did you mean: 

SIM and Relay Response

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.

3 REPLIES 3
RaynorC1emen7
Expert

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.

kimwood50
Member

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.