有没有一种方法可以调用函数/API 来检查订阅用户是否仍处于激活状态而无需登录 Paypal。
例如当用户注册了月费访问网站时,当用户登录时向贝宝发送请求以检查用户是否已付款并且没有取消订阅?
Have you explored the GetRecurringPaymentsProfile API? https://www.x.com/developers/paypal/documentation-tools/api/getrecurringpaymentsprofiledetails-api-operation-nvp
As long as you have the profile ID, you should be good to go.