PayPal Webhooks:如果我只使用账单协议,则需要发票,付款销售,授权和捕获Webhooks

时间:2017-03-09 13:17:50

标签: php paypal paypal-rest-sdk paypal-webhooks

我需要涵盖的商业模式是仅销售订阅。我不需要出售个别产品。我的问题是:我是否需要实施和支持收听发票,付款销售,授权和捕获webhook,或者我可以实施结算计划和订阅webhooks?

我所指的发票和付款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 个答案:

答案 0 :(得分:0)

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

谢谢!