Note that there are some explanatory texts on larger screens.

plurals
  1. POPayPal doesn't redirect back to customer page when paying through PayPal with a credit card in sandbox
    primarykey
    data
    text
    <p>i am using <strong>Paypal buy now button</strong> with <strong>Sanbox seller account</strong>. i have generated the button code and provide a <strong>Return URL</strong> of my web page but when i pay through <strong>Don't have a PayPal account link</strong> and follow all process to pay through Credit card. </p> <p>During process i select <strong>Continue to pay as a guest and not use my PayPal account</strong> but after i click <strong>Pay</strong> button i am not redirected to my return URL provided page .</p> <p>how to fix this :(:( </p> <p>here is the button code:</p> <pre><code>&lt;form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" id="paypalForm"&gt; &lt;input type="hidden" name="cmd" value="_xclick"&gt; &lt;input type="hidden" name="business" value="skariz_1316503728_biz@gmail.com"&gt; &lt;input type="hidden" name="lc" value="US"&gt; &lt;input type="hidden" name="item_name" value="PSYC-OH-METER"&gt; &lt;input type="hidden" name="amount" value="2.00"&gt; &lt;input type="hidden" name="currency_code" value="USD"&gt; &lt;input type="hidden" name="custom" &gt; &lt;input type="hidden" name="no_shipping" value="1"&gt; &lt;input type="hidden" name="button_subtype" value="services"&gt; &lt;input type="hidden" name="no_note" value="0"&gt; &lt;input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHostedGuest"&gt; &lt;a onclick="validateForm();" &gt; &lt;img alt="" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" onmouseover="this.style.cursor='pointer';" /&gt;&lt;/a&gt; &lt;/form&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload