Paypal 没有覆盖返回 URL?

Posted

技术标签:

【中文标题】Paypal 没有覆盖返回 URL?【英文标题】:Paypal is not overriding the return URL? 【发布时间】:2017-12-28 18:18:03 【问题描述】:

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

    检查自动返回网址部分并提供默认网址 生成一个Buy Now 按钮并保留ReturnCancel URL 选项不变。

    粘贴按钮代码

    <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" >
    <img  border="0" src="https://www.sandbox.paypal.com/en_GB/i/scr/pixel.gif"  >
    </form>
    

Sandbox 成功付款后,PayPal 总是将我重定向到默认 URL。

为什么不覆盖它?任何帮助都是不言而喻的。

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

https://www.paypal-community.com/t5/About-Payments-Archive/Auto-Return-Custom-URL-Not-Overriding-Auto-Return-Setting-URL/td-p/1038334 Paypal button auto-return url not overriding the default url Setting PayPal return URL and making it auto return?

【问题讨论】:

【参考方案1】:

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

如果您希望能够即时设置自己的返回 URL,则必须使用非托管按钮。

【讨论】:

以上是关于Paypal 没有覆盖返回 URL?的主要内容,如果未能解决你的问题,请参考以下文章

PayPal SANDBOX 是不是会为您返回生产 URL?

PayPal iOS Live App 设置 - 啥是返回 URL?

Paypal - 返回 url 页面和变量

沙盒中的 PayPal 支付数据传输“返回 URL”

Paypal webhook 而不是返回 url

在 PHP 中的 PayPal 中返回 URL