I have created a SandBox account with -facilitator and -buyer test accounts, and logged in as the -facilitator account to create a test Buy Now button. I originally did this using a live PayPal account and it worked fine, although I never went through to the end and actuall bought anything.
My concern is that having logged into the SandBox account (www.sandbox.paypal.com
is in the address) when I create a Buy Now button, the code is shown on a page with www.paypal.com in the address bar and the button code includes form action="https://www.paypal.com/cgi-bin/webscr" method="post"
..
In the PayPal documentation, it shows a code snippet with form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post"
..
Note that the URL with my button is not for the SandBox, whereas the documentation URL is. I am doing this from the UK but it seems wrong to me. I have not tested it but was hoping someone could comment?
Many thanks.