贝宝沙箱无法处理请求 [英] paypal sandbox unable to process request

查看:92
本文介绍了贝宝沙箱无法处理请求的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在工作和测试Paypal使用的沙盒系统.

I've been working and testing the sandbox system paypal uses.

这令人困惑,我创建了一些测试帐户.目前,我已经从我的网站创建了一个表单. 立即购买"按钮.

It have been confusing, I've created some testing accounts. At the moment I've created a form from my site. A "Buy now" button.

它应该工作:

<form id="checkout" target="paypal" action="https://www.sandbox.paypal.com/cgi-bin/webscr"  method="post">

    <input type="hidden" value="myemail@myaddres.com" name="business">
    <input type="hidden" value="Order" name="item_name">
    <input type="hidden" value="1000" name="amount">
    <input type="hidden" value="50" name="tax">
    <input type="hidden" value="SEK" name="currency_code">


    <input type="hidden" value="namehere" name="first_name">
    <input type="hidden" value="lastnamehere" name="last_name">
    <input type="hidden" value="emailaddressaere" name="email">

    <input type="hidden" value="addresshere" name="address1">
    <input type="hidden" value="cityhere" name="city">
    <input type="hidden" value="SE" name="country">

    <input type="hidden" value="0" name="address_override">


    <input type="hidden" value="http://www.mydomain.com/thanks" name="return">
    <input type="hidden" value="http://www.mydomain.com/checkout" name="cancel_return">

    <input type="hidden" value="uniqueid" name="invoice">
    <input type="hidden" value="sale" name="paymentaction">

    <input type="hidden" name="cmd" value="_xclick">
    <input type="hidden" name="charset" value="utf-8">

    <input type="submit" value="Buy" />
</form>

我确定(我认为)HTML是正确的(只是输入应以/>结尾)

I'm sure (I think I'm) that the HTML is right (just that the inputs should end with /> )

好吧,在贝宝,我登录并确认付款.一切正常,直到我确认之后,每次都会发生奇怪的事情.所以,当我确认付款时,就会发生这种情况:

Well, at paypal, I login and confirm the payment. Everything works great until I confirm it then the weird stuffs keep happening every time. So when I confirm the payment this is what happends:

您的帐户信息已更改.您点击了更多" 不止一次,但是最初的转移已经完成,或者您只是 收到了钱.要进行检查,请查看您的帐户历史记录并进行 确定要执行此交易.

Your account information has changed. Either you clicked "Pay" more than once but the original transfer was already made, or you just received money. To check, please view your account History and make sure you want to perform this transaction.

AND:

目前,我们无法处理您的请求.请返回 促进者帐户的测试存储",然后尝试其他选择.

At this time, we are unable to process your request. Please return to facilitator account's Test Store and try another option.

现在毕竟,似乎没有付款,但情况是付款已发送到公司电子邮件".我只是用它登录,但在那里我必须确认付款.

Now after all this, it seems that the no payment was made, but the case is that a payment has been sent to the "business email". I just login with it, but there I have to confirm the payment.

为什么会这样?为什么没有得到确认?

Why is this happening? Why isn't it being confirmed?

我今天刚开始使用贝宝.我整天(+晚)一直在与它搏斗,现在我只需要问一下.

I just started with paypal today. I've been fighting with it the whole day long (+night) Now I just had to ask.

推荐答案

您是否尝试过从浏览器清除cookie.我尝试了一个 新鲜的浏览器并且可以正常工作

Have you tried to clear your cookies from the browser. I tried with a fresh browser and it work

正如@chell所说.效果很好.

As @chell said. Worked perfectly.

这篇关于贝宝沙箱无法处理请求的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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