在试用期间,发出了哪个Paypal Webhook事件?

发布于 2025-02-09 19:12:43 字数 83 浏览 1 评论 0原文

我已经通过7天免费试用实施了PayPal订阅,然后如果用户未取消订阅,则将捕获付款。在正常情况下(在试用期之后完成付款)在哪个Webhook事件中发射?

I have implemented Paypal subscription with a seven-day free trial, then the payment is captured if the user did not cancel his subscription. which webhook event is fired in the normal case (payment done after trial period)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

只为守护你 2025-02-16 19:12:43

所有订阅付款将导致事件付款。

除了billing.subscription.sibscription.crivated对于不付款而开始的试验情况外,您可以基于聆听付款来构建所有订阅逻辑注意您何时期待下一个。其他计费订阅事件并不需要跟踪也不有用。

All Subscription payments will result in the event PAYMENT.SALE.COMPLETED the moment the transaction completes.

Other than BILLING.SUBSCRIPTION.ACTIVATED for the case of trials starting without a payment, you can build all subscription logic based on listening for just PAYMENT.SALE.COMPLETED and making a note of when you expect the next one. Other billing subscription events aren't necessary nor useful to track.

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