与 paypal IPN (PHP) 相关的问题
我正在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有必要。你可能会也可能不会。但如果您传递
notify_url
和return
,它将覆盖您在 paypal 帐户中定义的值。希望这有帮助。
Its not necessary. U may or maynot. but if you will pass
notify_url
andreturn
, it will override the one you defined in paypal acoount.hope this helps.