i am developed one simple single payment gateway in this customer can fill all the basic information and the amount afterwards i am redirected to moneybookers.com. everything is working fine but i dont no how to retrieve the moneybooker posted values in my status_url please if any one know fix my problem.
how to retrieve the details from status_url in merchant site.

Alok

if the data is coming my query string use the below code

request.querystring["status_url"];

if its coming by http post use the below code

request.form("status_url")
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.