Paypal没有覆盖返回网址?

时间:2017-07-22 20:35:06

标签: paypal paypal-sandbox paypal-ipn paypal-adaptive-payments

我需要从Auto return按钮paypal代码覆盖给定的默认HTML网址。我按照以下步骤操作:

  1. 检查自动返回网址部分并提供默认网址
  2. 生成Buy Now按钮,并保留ReturnCancel网址选项。
  3. 粘贴按钮代码

    <form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" target="_top">
    <input type="hidden" name="return" value="http://www.someURL.com"/>
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="G3WQ*******">
    <input type="image" src="https://www.sandbox.paypal.com/en_GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!">
    <img alt="" border="0" src="https://www.sandbox.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
    </form>
    
  4. Sandbox成功付款后,PayPal始终会将我重定向到默认网址。

    为什么不压倒它?任何帮助都会很明显。

    我在PayPal社区和StackOverflow上看到了几个类似的未回答的问题:

1 个答案:

答案 0 :(得分:1)

当您使用托管按钮时,您将无法直接在按钮中使用返回字段。必须在创建按钮时在托管按钮设置中设置(或通过PayPal帐户进行编辑)。

如果您希望能够动态设置自己的返回网址,则必须使用非托管按钮。