‘m using the project http://www.codeproject.com/Articles/42894/Introduction-to-PayPal-for-C-ASP-NET-developers to test the PayPal’s sandbox. I have a sandbox account, inside it I have a business account (for some reason I see Business Unverified) and also a Personal Verified account to do some payments. After running that project, i process to payment using that Personal account data. After the payment completes I still don’t see that payment in my Business account. Why ?
‘m using the project http://www.codeproject.com/Articles/42894/Introduction-to-PayPal-for-C-ASP-NET-developers to test the PayPal’s sandbox. I have a sandbox
Share
OK, I’ve figured it out.
I had to provide int the
Web.configfile my ownPayPalUsername(that sandbox business account email),PDTToken(using that tutorial)APIUsername,APIPassword,APISignature(using that tutorial)