PayPal订阅失败付款Webhook流程

时间:2018-01-01 20:43:04

标签: paypal paypal-sandbox paypal-subscriptions paypal-webhooks

我想知道订阅付款失败后会发送什么webhook?如果付款未成功或未通过,我希望在我的网站上降级用户。但我不确定是否发送了'Billing.Subscription.Cancelled或Billing.Subscription.Suspended'。我有“max_fail_attempts”:“1”。 感谢

1 个答案:

答案 0 :(得分:0)

Paypal api和文档很烂。您可以检查此链接

https://www.paypal-community.com/t5/Webhooks-REST-APIs/regarding-webhook-of-billing-agreement/td-p/1450631

我再也没有看到发送过此回调,现在我放弃了这些webhooks并尝试使用IPN,希望它能起作用。

还有另一个链接可能会有所帮助,2015年,人们说webhooks对定期付款的支持正在进行中,我认为现在仍在进行中。
https://github.com/paypal/PayPal-PHP-SDK/issues/242