取消计费协议后,我的应用程序未收到 Paypal Billing.Agreement.Cancelled Webhook 事件通知。
请找到我遵循的以下步骤来重现上述问题
1)配置的Webhook(我作为商家的角色)
i) logged into developer.paypal.com
ii) Go to My Apps & Credentials
iii) Selected Sandbox environment
iv) Created Application
say abc-webhook-app
and selected the Sandbox Business Account associated with the buyer's accounts.
v) And then as my webhook event i.e BILLING_AGREEMENTS.AGREEMENT.CANCELLED was not
showing in the UI, i subscribed for the event through API
and provided the URL and the event_name in the request body
vi) Then i was able see the configured webhook under the above app-name
2) 取消结算协议(我作为买家的角色)
i) I purchased something from the above merchant say foodie.com sandbox
and payed through paypal sandbox account
ii) Now Billing Agreement is created in my paypal sandbox account
iii) Now i cancelled the billing agreement for the merchant foodie.com
观察:我可以在贝宝仪表板中看到上述取消的计费协议的电子邮件通知
问题:取消计费协议后,配置的 URL 未收到此事件的 Wehook 事件通知