Hi, I tried this simple sample code (with values filled in on submit) <form action="https://www.paypal.com/cgi-bin/webscr" onsubmit="return on_place_order_click(this);" method="post"> <input type="hidden" name="cmd" value="_xclick"/> <input type="hidden" name="business" /> <input type="hidden" name="amount"/> <input type="hidden" name="shipping" /> <input type="hidden" name="tax" /> <input type="hidden" name="item_name" /> <input type="hidden" name="no_shipping" value="0"/> <input type="hidden" name="no_note" value="1"/> <input type="hidden" name="currency_code" value="CAD"/> <input type="hidden" name="lc" value="CA"/> <input type="hidden" name="bn" value="PP-BuyNowBF"/> <input type="hidden" name="return" value="http://goldrun.com/payment-complete.php/"/> <button class="action_button" type="submit" id="place_paypal_order" style="text-align: center; margin-top: 10em; width: 100%" >Place Order</button> </form> I keep getting the following error, upon logging in (note that the buyer's email is a sandbox account). If I was to login with my live account, the error would not show but then paypal doesn't allow me to charge using the seller account. This problem is older than a year and PayPal Support staff doesn't seem to be able to figure it out :(. Thank you so much
... View more