测试 PayPal 付款未显示在沙箱中
我正在处理自适应支付.Net API 示例。我已经设置了我的测试帐户,一切都运行良好,交易“成功”。唯一的问题是我既没有看到收款人的借方,也没有看到卖方的贷方。
什么给?
I'm working the Adaptive Payment .Net API samples. I've setup my test account stuff and everything runs fine with a "success" transaction. The only problem is I neither see debits from the payees nor credits to the seller.
What gives?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在您尝试让 API 工作之前,我会确保 Pay Pal 虚拟终端中的一切都按照您的预期工作。
让沙箱工作时我遇到了很多问题。我设置的不同帐户会出现不同的错误。我最终做的是创建一个新帐户,然后一切就开始工作了。在让沙箱运行之前,我必须设置三个不同的帐户。生产环境从一开始就开始工作。
I would make sure that everything works as you expect it to in the Pay Pal Virual Terminal before you try to get the API's to work.
I had many problems getting the sandbox to work. I would get different errors with the different accounts I set up. What I ended up doing is creating a new account and then everything started to work. I had to set up three different accounts before I got the sandbox to work. The production environment worked from the jump.
我缺少的是从测试收款人帐户确认付款的手动步骤。我没有意识到在线交互是必要的并且不可编写脚本。事后看来,出于安全原因,这是显而易见的......不幸的是,这不适用于我的应用程序。
What I was missing was the manual step of confirming the payment from the test payee account. I didn't realize the online interaction was necessary and not scriptable. In hindsight this is obvious for security reasons ... unfortunately this will not work for my app.