与 paypal IPN (PHP) 相关的问题

发布于 2024-12-01 15:54:26 字数 316 浏览 0 评论 0原文

我正在 php 中集成 paypal iPN。所以如果我在贝宝中启用自动返回网址。那么需要以 paypal 形式传递以下变量吗?这里是变量。

    <input type="hidden" name="notify_url" value="http://site/ipn/" />
    <input type="hidden" name="return" value="http://site/ipn/" />
    <input type="hidden" name="rm" value="2">

谢谢

I'm integrating paypal ipn in php. So If I enable auto return url in paypal. So there is need to pass following variables in paypal form?? here is variables.

    <input type="hidden" name="notify_url" value="http://site/ipn/" />
    <input type="hidden" name="return" value="http://site/ipn/" />
    <input type="hidden" name="rm" value="2">

thanks

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

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

发布评论

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

评论(1

风情万种。 2024-12-08 15:54:26

没有必要。你可能会也可能不会。但如果您传递 notify_urlreturn,它将覆盖您在 paypal 帐户中定义的值。

希望这有帮助。

Its not necessary. U may or maynot. but if you will pass notify_url and return, it will override the one you defined in paypal acoount.

hope this helps.

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