PayPal 没有向我发送返回网址的所有字段

发布于 2024-08-08 05:15:56 字数 522 浏览 1 评论 0原文

我已经为 PayPal 设置了订阅表格。

...
<input type="hidden" name="return" value="http://mysite.com/success/">
<input type="hidden" name="rm" value="2">
...

然后我在PP Sandbox中付款并点击“返回商户”按钮。

我期望:

$_POST中的所有交易数据,例如txn_type等等

我得到:

[merchantReturn_x] => Return To Merchant
[auth] =>qQJeJB06AAvD3o1Q5_7MOb6oCrg7OLBbQnYJOLBn0x4xAjnRwG4wORijts5Bo5gYPGMAid1eC3R9m9FYDD2
[form_charset] => UTF-8

出了什么问题?

I've setup subscribe form for PayPal.

...
<input type="hidden" name="return" value="http://mysite.com/success/">
<input type="hidden" name="rm" value="2">
...

Then I make a payment in PP Sandbox and click to "Return to Merchant" button.

I expect:

all transaction data in $_POST, such txn_type and so on

I get:

[merchantReturn_x] => Return To Merchant
[auth] =>qQJeJB06AAvD3o1Q5_7MOb6oCrg7OLBbQnYJOLBn0x4xAjnRwG4wORijts5Bo5gYPGMAid1eC3R9m9FYDD2
[form_charset] => UTF-8

Whats wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

婴鹅 2024-08-15 05:15:56

这些数据不会被发布到该 URL ...在手册中搜索 IPN(即时付款通知)。基本上还有另一个脚本接收这些参数。

those data will not be posterd to that URL ... search the manual for IPN ( Instant Payment Notification ). Basicly there is another script that receives those parameters.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文