how to implement relay response code or script......
PLEASE GIVE A SAMPLE CODE FOR RELAY RESPONSE CODE......
Thanq
02-23-2013 03:30 AM
If you are using asp.net with C#, it is as simple as
on page_load
string responsecode = Request.Form["x_response_code"};
02-23-2013 08:37 AM