Paypal快速结账错误(10445:此交易目前无法处理。请稍后再试)在php中

时间:2013-08-18 01:37:46

标签: php paypal

在我的网站中,Paypal express checkout在沙盒模式下正常运行。 今天我改变了它的生活,然后当我试图付款时,我收到错误回复。

错误消息=此时无法处理此事务。请稍后再试。 错误代码= 10445

Array
(
    [TIMESTAMP] => 2013%2d08%2d18T01%3a10%3a34Z
    [CORRELATIONID] => 2bd700a8eea48
    [ACK] => Failure
    [VERSION] => 76%2e0
    [BUILD] => 7319395
    [L_ERRORCODE0] => 10445
    [L_SHORTMESSAGE0] => This%20transaction%20cannot%20be%20processed%20at%20this%20time%2e%20Please%20try%20again%20later%2e
    [L_LONGMESSAGE0] => This%20transaction%20cannot%20be%20processed%20at%20this%20time%2e%20Please%20try%20again%20later%2e
    [L_SEVERITYCODE0] => Error
)

我搜索了有关paypal的内容。在paypal中,有关此错误的说明是

"Inform the customer an error occurred and to retry the transaction. Offer the customer a quick link to restart the Express Checkout flow and redirect the customer back to PayPal."

不要有任何想法。

现在,当且仅当VPN已连接时,我的网站才会获得。这是实时付款的问题吗?

任何帮助表示赞赏

2 个答案:

答案 0 :(得分:2)

我遇到了同样的问题,经过几个小时阅读文档后,我发现它是由用于测试的价格引起的。我们使用的价格太低,这意味着Paypal无法应用税款(税收不会高于价格本身)。

因此,我建议您了解您所在地区的税金,并选择高于税收的测试价格(或最终价格)。它可以解决这个烂摊子。

答案 1 :(得分:1)

实际上问题与Paypal商家帐户有关。 该帐户被Paypal阻止。 现在我们创建了新的paypal帐户并且工作正常。没有任何与代码相关的内容