定期付款 IPN

发布于 2024-12-07 13:20:30 字数 561 浏览 2 评论 0原文

在实施贝宝的定期付款时,我遇到了一些问题。我从这里开始关注贝宝的文档: 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 技术交流群。

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

发布评论

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

评论(1

深空失忆 2024-12-14 13:20:30

根据我的经验,只有当您的商家帐户中未启用 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.

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