我可以随时从 PayPal 检索用户订阅信息吗?
我需要确定用户的贝宝订阅何时设置为结束/续订。 我知道最简单的方法是根据订阅间隔值从初始 subscr_signup 发送时开始推断,但因为我正在使用一些第三方软件,所以这是不可能的(或者在至少,不理想)。
在我看来,我应该能够向 paypal 发送查询以获取基于 txn_id 的信息,但我找不到任何暗示这种情况的文档。
I need to determine when a user's paypal subscription is set to end/renew. I know that the easiest way to do this would be to extrapolate it from the time when the initial subscr_signup gets sent through, based on the subscription interval value, but because I'm working with some 3rd party software, it's not possible (or at least, not ideal).
It seems to me that I ought to be able to send a query to paypal to get this info based on txn_id, but I can't find any documentation that implies that this is the case.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您发送一个请求:
从那里,数组将返回类似这样的内容:
您正在寻找的是 START,但数组中的几乎所有项目都是不言自明的。
if you send a request with:
from there the array will return something like this:
What you are looking for is the START, but pretty much all the items in the array are self explanitory.