hi!
i am implementing expresscheckout for one of my apps.
I have created a form and have put details
as below with neccessary values:
<form method=post action=https://api-3t.sandbox.paypal.com/nvp
<input type=hidden name=USER value=API_username>
<input type=hidden name=PWD value=API_password>
<input type=hidden name=SIGNATURE value=API_signature>
<input type=hidden name=VERSION value=52.0>
<input name=TOKEN value=EC-1NK66318YB717835M>
<input type=submit name=METHOD value=GetExpressCheckoutDetails>
</form>
but when i hit the submit button i get a page on the url
https://api-3t.sandbox.paypal.com/nvp
with the message
TOKEN=EC%2d4A21534781537612B&TIMESTAMP=2010%2d07%2d02T06%3a31%3a19Z&CORRELATIONID=7ba24c14d9d5&ACK=Success&VERSION=52%2e0&BUILD=1366358
but i want it to be redirected to my page from which i can check the ACK status and accordingly redirect my user to
login into paypal.
regards
storm