Hello All,
My PG provider basically requires me to post my data to their secure servers (given URL) with details in the Form Fields. I extended Paypal provider to create mine. Got it to go well.
Now the user has to enter all his transaction information (CC, Exp., CVV etc) on the Provider's server and upon completion of the transaction, the server responds back with a response which is required to be collected in the form of a Return URL.
This return URL is something like http://www.yourwebsite.com/Response.aspx?DR={DR} where {DR} is the response back from the server.
I need to process this response and get back to user with his status, transaction id etc.
I could modify PayPalAdmin and PayPalPatment pages to create new ones for me and could post data to the server.
I need some help in receiving back the response. How can I get any of my page to talk back to the server and dish out the Response provided.
Any help would be appreciated.
Thanks
Ashutosh