PayPal Webhook:如果我只使用计费协议,是不是需要发票、付款销售、授权和捕获 Webhook

Posted

技术标签:

【中文标题】PayPal Webhook:如果我只使用计费协议,是不是需要发票、付款销售、授权和捕获 Webhook【英文标题】:PayPal Webhooks: Are Invoice, Payment sale, authorization and capture Webhooks needed if I only use Billing agreementsPayPal Webhook:如果我只使用计费协议,是否需要发票、付款销售、授权和捕获 Webhook 【发布时间】:2017-07-30 12:04:07 【问题描述】:

我需要介绍的商业模式是仅销售订阅。我不需要销售单个产品。我的问题是:我是否需要实施并支持收听 Invoicing、Payment sale、授权和捕获 webhook,或者我可以只实施 Billing plan 和订阅 webhook?

我指的是发票和付款 webhook:

Payment authorization created
Payment authorization voided
Payment capture completed
Payment capture denied
Payment capture pending
Payment capture refunded
Payment capture reversed
Payment sale completed
Payment sale denied
Payment sale pending
Payment sale refunded
Payment sale reversed
Invoicing invoice cancelled
Invoicing invoice paid
Invoicing invoice refunded

【问题讨论】:

【参考方案1】:

如果您不处理模型中的任何付款并且您只对订阅感兴趣,则可以单独实施订阅 Webhooks。但是,如果您处理任何付款,我们建议您也实施和收听与付款相关的 Webhook,以便收到通知。

谢谢!

【讨论】:

以上是关于PayPal Webhook:如果我只使用计费协议,是不是需要发票、付款销售、授权和捕获 Webhook的主要内容,如果未能解决你的问题,请参考以下文章

PayPal Webhook 通知计费订阅 PHP

如何通过 webhook 在 PayPal API 中确认每月订阅的计费?

Paypal REST API - 计费协议

PayPal REST API 更新计费协议

使用 API 创建 Paypal 计费协议

PayPal REST API 计费计划和协议(订阅)