I have created an account in paypal sandbox and created 2 accounts one with some money for making payments. I use the signature details in my java program for getting paid. When the user click on pay with paypal button we will get a token from paypal and pass it to this URL:
https://www.sandbox.paypal.com/webscr?cmd=_express-checkout&token=
After the successful payment i am not able to see any transactions in my paypal sandbox accounts? Why is it so, what is the mistake i am doing? I am using Google App Engine java and jsp. Please provide me any help full links for doing "Pay With Paypal"
Thanks.