PayPal帐户,测试和沙箱 [英] PayPal accounts, testing and sandbox

查看:84
本文介绍了PayPal帐户,测试和沙箱的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个英国PayPal商业帐户.我目前正在开发一个网站付款系统,以使用Express Checkout向该帐户付款.

I have a UK PayPal business account. I'm currently developing a website payment system to make payments to this account using Express Checkout.

到目前为止,我的PHP代码正在运行,并且我能够连接到沙箱并进行设置和表达结帐.下一步是将用户重定向到PayPal沙箱以进行测试付款.

My PHP code thus far is working and I'm able to connect to the sandbox and set and express checkout. Next stage is to redirect the user to the PayPal sandbox to make a test payment.

在这一点上我被卡住了.我无法在PayPal沙箱上创建用作客户"的个人测试"帐户.

Its at this point that I'm stuck. I can't create a 'personal test' account for using as the 'client' on the PayPal sandbox.

我正在尝试这样:

  1. 访问 developer.paypal.com
  2. 登录
  3. 选择应用程序"
  4. 选择沙盒帐户"
  5. 选择创建帐户"
  6. 选择国家"作为英国",帐户类型为个人",有效的电子邮件地址(不与任何其他贝宝帐户关联),密码,名字,姓氏,已验证的银行=是,卡类型=签证.
  7. 点击创建帐户.
  1. Visit developer.paypal.com
  2. Login
  3. Select 'Applications'
  4. Select 'sandbox account'
  5. Select 'Create Account'
  6. Select Country as 'United Kingdom', account type 'Personal', valid email address (not associated with any other paypal account), password, first name, last name, bank verified = yes, card type = visa.
  7. Click create account.

然后我收到以下消息:

很抱歉,出了点问题.请删除此帐户,然后重试.

We're sorry but something went wrong.Please delete this account and try again.

当它说删除此帐户"时,我不知道它的实际含义,因为它没有使用我刚刚输入的详细信息创建一个新的个人帐户(至少没有一个我可以在任何地方看到的帐户) ).我什至尝试创建一个新的企业帐户来创建此个人帐户,但这没有什么区别.

When it says 'delete this account', I don't know what it actually means, as it hasn't created a new personal account with the details I've just entered (at least not one that I can see anywhere). I've even tried creating a new business account to create this personal account from, and that has made no difference.

还有其他人遇到问题吗?我有点卡住了.我可以使用我的真实"个人PayPal帐户在沙盒上进行测试,而不会冒着损失任何已建立的测试企业帐户真实资金的风险吗?

Is anyone else experiencing problems? I'm a little stuck. Could I use my 'real' personal PayPal account for testing on the sandbox without risk of losing any real money to the test business account I have setup?

推荐答案

好,请先回答我的问题.

OK, to answer my own question as I've got to the bottom of this.

首先感谢那些提供了答案和评论的人.

First of all thanks to those who've provided answers and comments.

因此,在我的特殊情况下,问题出在我的密码太简单了.在表单上,​​密码字段旁边的提示是(8-20个字符)".因此,由于它是一个测试帐户,并且我试图使事情变得简单,所以我使用的密码是测试密码".根据要求,它介于8到20个字符之间,因此应尽一切努力,谢谢!还是视情况而定.我突然预感这可能是问题所在,并尝试了另一种方法.再次,一个字典单词,但后面有几个数字,并且再次起作用.然后,我再次尝试使用完全相同的详细信息,但是电子邮件地址略有不同(我使用的是testN @ mycompany ...在这里我再次增加N和一个简单的密码,但是失败了!

So, in my particular case the problem turned out to be that my password was too simple. On the form, the hint next to the password field is '(8-20 characters)'. So, as it was a test account and I was trying to keep things simple, the password I used was 'test password'. As requested, its between 8 and 20 characters, so that should do jus fine thank you! Or not as the case may be. I suddenly got a hunch that this could be the issue and tried a alternative. Again, a dictionary word, but with a few digits after it, and again, it worked. I then tried again with exactly the same details, but a slightly different email address (I'm using testN@mycompany... where I increment N and a simple password again, it failed!

此表单的整个实现,尤其是错误报告,都需要认真检查.

The entire implementation and particularly error reporting on this form needs a serious overhaul.

因此,感谢PayPal,您在这个客户项目上浪费了我很多时间,仅仅是因为这种形式的实现是绝对糟糕的.这是另一个示例:在PayPal余额字段中输入一个非整数值,例如200.00并提交表单...您会大惊小怪到上一页,向您显示与非整数值有关的错误.此时,表单将完全重置,您必须重新开始整个过程​​,而不是只编辑一个字段.

So thanks PayPal, you wasted a good bit of my time on this client project, simply because the implementation of this form is absolutely terrible. Here is another example: Put a none integer value in the PayPal balance field, for example 200.00 and submit the form... You'll get blown out to the previous page where you are shown the error relating to the none integer value. At which point the form is completely reset and you have to start the whole process over again, instead of editing just one field.

再次感谢在此论坛上做出回应的每个人,给我留下了深刻的印象.整个PayPal沙箱环境并没有给人留下深刻的印象,但是似乎还不够完善,我发现了很多错误...

Again, thank to everyone who has responded on this forum, very impressed. Not so impressed with the entire PayPal sandbox environment however, seems more than a little unpolished, I've found so many bugs...

欢呼

:wq

这篇关于PayPal帐户,测试和沙箱的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆