我读到了这个Redirection to the original site after purchase is completed in Paypal
并尝试了 - 在我的沙箱帐户和原始帐户中 - 但它似乎不起作用。 我写了一条测试消息来检查购买是否有效(在我的回复网址中) - 但它仍然无效。
这是我正在使用的代码:
<form name="_xclick" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="sell@site.com">
<input type="hidden" name="item_name" value="Product">
<input type="hidden" name="amount" value="150">
<input type="hidden" name="currency_code" value="ILS">
<input type="hidden" name="return" value="http://www.myurl.com/confirm.php">
<input type="hidden" name="cancel_return" value="http://www.myurl.com/cancel.php">
<input type="hidden" name="rm" value="2">
<input type="hidden" name="custom" value="01234122">
<input type="hidden" name="charset" value="utf-8">
<input type="image" src="https://www.paypalobjects.com/he_IL/IL/i/btn/btn_paynowCC_LG.gif" border="0" name="submit" alt="PayPal - הדרך הקלה והבטוחה לשלם באופן מקוון!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
答案 0 :(得分:0)
当您作为买家付款时,您是使用PayPal帐户还是使用信用卡付款?只有当买家使用PayPal账户付款时,才能使用atuo退货。如果买家使用信用卡付款,买家必须点击链接返回您的网站。
答案 1 :(得分:0)
我发现了我的错误 - 商业价值是原始商店,而不是沙箱