创建计费计划时 PayPal Rest 设置 notfyURL

PayPal Rest setting notfyURL when creating a billing plan

是否可以在创建计费计划时指定通知-url?我正在使用 PHP Rest SDK 1.7.4.

我确实在某处读到可以在商家偏好中执行此操作,我已经尝试过但得到回复:

"VALIDATION_ERROR","details":[{"field":"merchant_preferences.notify_url","issue":"Field is invalid in a request."}]

像大多数关于使用 PayPal 的信息一样,这样做的建议是否过时了?

我如何取消计费协议以通知 PayPal IPN 处理程序(无需在 PayPal UI 中设置 IPN 地址)?我不想使用 webhooks。

https://github.com/paypal/PayPal-PHP-SDK/issues/236

好像还不支持~