Paypal IPN 不适用于订阅
Paypal IPN没有返回任何订阅付款的变量,我已经花了一个多星期了,仍然没有破墙。我正在使用主机 gator 虚拟主机服务。
请发送工作示例...谢谢 [电子邮件受保护]
Paypal IPN doesnot return any variable for subscription payment, I have spent more than a week, still i haven't break the wall. I am using host gator webhosting service.
please send the the working example...thankyou
[email protected]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Paypal IPN 确实返回订阅付款的变量,我已经可以使用了。您需要阅读“Paypal IPN 变量参考指南”。谷歌一下,你会发现一堆。
我正在使用 Ruby on Rails 进行开发,Ryan Bates 的这些截屏视频确实对我很有帮助。您想要第 141、142 和 143 集:
http://railscasts.com/episodes?search=paypal
Paypal IPN does return variables for subscription payments, I have it working. You need to read the 'Paypal IPN Variable Reference Guide'. Do a google and you'll find heaps on it.
I'm developing in ruby on rails and these screencasts by Ryan Bates really helped me. You want episodes 141, 142 and 143:
http://railscasts.com/episodes?search=paypal
使用沙盒帐户进行测试。在这里注册新帐户 http://developer.paypal.com/ 并使用 IPN 模拟器。如果您有具体问题,也许可以在这里更新。
use sandbox account to test. register new account here http://developer.paypal.com/ and use IPN simulator. if you have specific problems maybe could update here.
当您创建订阅按钮时,您会发现有一个选项,
请单击此
第3步:自定义高级功能(可选)
第1点。
当客户取消结账时,将其引导至此URL
http://yourdomain/cancel
第 2 点。
当客户完成结帐
http://yourdomain/success
第 3 点时,将他们引导至此网址。
在定义第3点后添加高级变量
notify_url=http://yourdomain/paypalipn,
您可以获得PAYPAL IPN变量
when your create subscribe button you will found that one option
click this one
Step 3: Customize advanced features (optional)
point 1.
Take customers to this URL when they cancel their checkout
http://yourdomain/cancel
point 2.
Take customers to this URL when they finish checkout
http://yourdomain/success
point 3.
Add advanced variables
notify_url=http://yourdomain/paypalipn
after define point 3 you can get PAYPAL IPN variable