0

我在 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>
4

2 回答 2

0

以买家身份付款时,您是使用 PayPal 帐户还是信用卡付款?仅当买家使用 PayPal 账户付款时,atuo 退货才有效。如果买家使用信用卡付款,则买家必须点击链接才能返回您的网站。

于 2013-07-01T12:47:49.580 回答
0

我发现了我的错误 - 业务价值是原始商店而不是沙盒商店

于 2014-10-31T16:49:11.930 回答