使用 Paypal 沙箱测试应用程序
我最近在我的网络应用程序上设置了 Paypal 支付标准,一切正常。我能够使用 Paypal 沙箱进行测试,事情按我预期的方式工作。
不过,我想将该应用程序发送给我的 Beta 测试人员,并允许他们在不实际使用 Paypal 帐户或信用卡的情况下测试付款。我可以创建沙箱商家和沙箱收款人,但这还不够。我的按钮将他们发送到 sandbox.paypal.com...但是当他们到达那里时,他们被要求使用开发人员/沙箱密码登录。它不仅仅让他们使用测试收款人帐户登录。
我可以解决这个问题,但我想看看我是否遗漏了一些东西。
I recently set up Paypal payments standard on my web app and things are working fine. I am able to use Paypal sandbox to test and things work the way I expect.
However, I would like to send out the app to my beta testers and allow them to test making payments without actually using their Paypal accounts or credit cards. I can create sandbox merchants and sandbox payees, but that doesn't quite do it. My button send them to sandbox.paypal.com... but when they get there they are asked to log in with a developer/sandbox password. It doesn't just let them login with the test payee account.
I can work around this, but I wanted to see if I was missing something.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这种情况并不是我们想要使用沙箱的目的。每个沙箱帐户都与开发人员帐户绑定,因此没有办法解决这个问题。
您可以在沙箱中进行单元测试或测试应用程序,然后上线以实际让您的客户开始使用它。没有计划让您的客户在沙盒中测试付款。
Ya this type of situation was not what we intended the sandbox to be used for. Every sandbox account is tied to a developer account so there is no way around this.
You can do your unit testing or test your application in sandbox, and go live to actually have your clients start using it. There was no plan to have your clients test making payments in sandbox.