PHP 贝宝网络钩子 REST
PHP paypal webhook REST
我正在尝试实施一个用于定期付款的 paypal webhook,但我一直无法找到正确的文档,paypal 上大约有 5 页用于 webhook。我找到了这个:https://developer.paypal.com/docs/api-basics/notifications/webhooks/rest/ , there is nothing about it being deprecated or something. After following the Integration steps it led me to install the paypal rest sdk. But when I open it on github it says that it is deprecated ?? https://github.com/paypal/PayPal-PHP-SDK。有谁知道如何使用未弃用的 sdk 来实现它?谢谢
该指南中提到的 SDK 已弃用,直接 API 调用未弃用,应该如何实现。
所有内容都记录在您链接的页面上,有这个 API 参考:https://developer.paypal.com/docs/api/webhooks/v1/
我正在尝试实施一个用于定期付款的 paypal webhook,但我一直无法找到正确的文档,paypal 上大约有 5 页用于 webhook。我找到了这个:https://developer.paypal.com/docs/api-basics/notifications/webhooks/rest/ , there is nothing about it being deprecated or something. After following the Integration steps it led me to install the paypal rest sdk. But when I open it on github it says that it is deprecated ?? https://github.com/paypal/PayPal-PHP-SDK。有谁知道如何使用未弃用的 sdk 来实现它?谢谢
该指南中提到的 SDK 已弃用,直接 API 调用未弃用,应该如何实现。
所有内容都记录在您链接的页面上,有这个 API 参考:https://developer.paypal.com/docs/api/webhooks/v1/