定期付款 IPN
在实施贝宝的定期付款时,我遇到了一些问题。我从这里开始关注贝宝的文档: PayPal Express Checkout:定期付款流程
似乎一切正常正确地,我在最后得到了 ProfileID(来自 CreateRecurringPaymentsProfile()
查询的结果)。循环配置文件也正在创建中。
问题是运行 CreateRecurringPaymentsProfile()
后没有 IPN 确认,但根据: PayPal 快速结账:PayPal 通知 - 应该是。
Working on implementation of paypal's recurring payments, I've got encountered some problems. I have followed paypal's documentation from here:
PayPal Express Checkout: Recurring Payments Process Flow
It seems that everything works properly and I get ProfileID at the end (from result of CreateRecurringPaymentsProfile()
query). Recurring profile is also being created.
The problem is there's no IPN confirmation after running CreateRecurringPaymentsProfile()
, but according to:
PayPal Express Checkout: PayPal Notifications - it should be.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据我的经验,只有当您的商家帐户中未启用 IPN(即时付款通知)时,才会发生这种情况。您可以在“个人资料”>“IPN”中启用IPN。即时付款通知首选项。
From my experience this happens only when IPN (Instant Payment Notifications) are not enabled in your merchant account. You can enable IPN in Profile > Instant Payment Notification Preferences.