我需要介绍的商业模式是只销售订阅。我不需要销售单独的产品。我的问题是:我是否需要实现和支持监听发票、支付销售、授权和捕获webhooks,或者我可以只实现计费计划和订阅webhooks?
发票和付款网络挂钩,我指的是:
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发布于 2017-04-17 11:33:39
如果您没有在模型中处理任何付款,并且只对订阅感兴趣,则可以单独实现订阅Webhooks。但是,如果您处理任何付款,我们建议您实现并侦听与支付相关的Webhooks,这样您就会收到通知。
谢谢!
https://stackoverflow.com/questions/42696439
复制相似问题