PayPal 沙箱通知问题
我有一个与 PayPal 集成的 .NET 网站。我目前正在使用沙盒并进行定期订阅。
我已经创建了我的按钮,并且可以使用它们进行订阅。我看到资金从我的测试用户帐户转入我的测试业务帐户。我收到返回到我的通知 URL 的通知...一切都很好。
我的按钮当前设置为每天定期订阅付款。
我的问题是从未进行定期付款,也从未收到任何通知。
沙盒中的一切看起来都很好...我的所有订阅在企业帐户配置文件中都显示为活动状态,并且所有按钮看起来正确。
注意:当我处于早期开发阶段并且无法取消订阅时,我曾经收到过许多重复的通知。我通过重置帐户清理了帐户,现在可以正确取消订阅,但除了初始注册之外,我没有收到任何通知。
问题:
- 有什么想法吗?还有其他人看到这个问题吗?
- 除了SO之外,寻求帮助的最佳方式是什么?
- 我应该删除并重新创建所有测试帐户吗?我有 尝试将它们全部重置,但行为没有改变。
更新:问题不在于我。我通过浏览 x.com 上的论坛发现,沙盒中的 PayPal 订阅通知已关闭一个多星期了!!!!不好,但问题不是我。
I have a .NET site which integrates with PayPal. I am currently working with the Sandbox, and with recurring subscriptions.
I have created my buttons, and I am able to subscribe with them. I see the money go out of my test user accounts and into my test business account. I receive notifications back to my notification URL...all good.
My buttons are currently set to recur subscribe payment every day.
My problem is that the recurring payments are never made, and I never receive any notifications.
Everything looks good in the Sandbox...all of my subscriptions appear active in the business account profile, and all of the buttons look correct.
NOTE: I used to get many recurring notifications when I was in early development and failed to unsubscribe. I cleaned out my accounts by resetting them, and I now unsubscribe correctly, but I don't get notifications beyond the initial signup.
Questions:
- Any ideas? Has anyone else seen this issue?
- What is the best way to ask for help with this other than SO?
- Should I delete and recreate all of my test accounts? I have
tried to reset them all, with no change in behavior.
UPDATE: The problem isn't me. I found out by browsing the forums on x.com that PayPal subscription notifications in the Sandbox has been down for over a week!!!!! Not good, but the problem wasn't me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
实际上我目前也在处理他们的定期付款 API。
使用 DoDirectPayment API 时,资金并不总是从测试帐户转移到测试帐户。然而,切换到实时模式后,一切正常。不过,我确实在沙盒模式下收到了付款通知。
为了获得更多帮助,我建议在 x.com 注册。在那里,论坛由 PayPal 技术人员主持,可以为您的问题提供有用的见解和合适的解决方案。他们还可以亲自为您检查您的沙盒帐户。
I'm actually currently dealing with their recurring payments API as well.
When working with their DoDirectPayment API, the money wasn't always transferred from test account to test account. However, after switching to live mode, every thing worked fine. Although, I did receive payment notifications in sandbox mode.
To be more helpful, I would suggest registering at x.com. There, the forums are moderated by PayPal technicians, and can provide helpful insight and well-suited solutions for your problems. They can also personally check your sandbox accounts for you.
根据您的说法,我认为您收到的是初始付款的 IPN,但没有定期 IPN。在这种情况下,我强烈怀疑重复设置不正确。
你能检查一下订阅情况吗?
I assume from what you say that you are receiving an IPN for the initial payment but no recurring IPNs. In that case I would strongly suspect that the recurrence is not being setup correctly.
Can you check the subscriptions?