Paypal 定期订阅问题
当有人开始定期订阅时,我会传递 custom
变量,其中包含我系统上用户的用户 ID。 付款后,我收到两个 IPN:subscr_signup 和 subscr_ payment。 两者都有自定义变量,可以让我识别用户。
但是,对于未来的定期付款,IPN 是否会继续传递自定义变量? 我应该依赖 subscr_id 而不是自定义吗?
谢谢。
When someone starts a recurring subscription, i pass on the custom
variable which contains the User ID of the user on my system. After the payment I receive two IPNs, subscr_signup and subscr_payment. Both have the custom variable in them which lets me identify the user.
However, for future recurring payments, will the IPN continue to pass on the custom variable? Should I rely on the subscr_id instead of custom?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我从此页面找到了答案。 是的,自定义变量将始终在每个连续的 IPN 帖子中按原样传递。
引用:
I found the answer from this page. Yes, the custom variable will always be passed as-is in every consecutive IPN post.
Quote: