Paypal IPN 不适用于订阅

发布于 2024-09-04 08:11:09 字数 215 浏览 4 评论 0原文

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 技术交流群。

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

发布评论

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

评论(3

明媚殇 2024-09-11 08:11:09

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

淑女气质 2024-09-11 08:11:09

使用沙盒帐户进行测试。在这里注册新帐户 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.

纵情客 2024-09-11 08:11:09

当您创建订阅按钮时,您会发现有一个选项,

请单击此

第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

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