Paypal Sandbox API Internal Error(Paypal Sandbox API 内部错误)
问题描述
过去几个月我一直在使用 Paypal Merchant SDK 和 Sandbox 凭据,一切正常.
I've been using Paypal Merchant SDK with Sandbox credentials for last few months and everything for working fine.
但是今天,我面临这个奇怪的问题,每当我对 SetExpressCheckout 进行 API 调用时,我都会收到 由于内部错误导致交易失败,错误代码为 10001 ..我代码中没有任何更改,它刚刚开始显示.
But today, Im facing this strange problem, whenever I make an API call of SetExpressCheckout, I get Transaction failed due to internal error with error code 10001 .. I haven't changed anything in code, it just started to show up.
我使用 github api 进行交易:https://github.com/paypal/merchant-sdk-php/]1
Im using the github api for transaction: https://github.com/paypal/merchant-sdk-php/]1
这是 API 错误响应
Here is the API Error Response
SetExpressCheckoutResponseType Object
(
[Token] =>
[Timestamp] => 2013-09-15T07:33:51Z
[Ack] => Failure
[CorrelationID] => 1325627aefe46
[Errors] => Array
(
[0] => ErrorType Object
(
[ShortMessage] => Internal Error
[LongMessage] => Transaction failed due to internal error
[ErrorCode] => 10001
[SeverityCode] => Error
[ErrorParameters] =>
)
)
[Version] => 94.0
[Build] => 7645184
)
推荐答案
我认为这是您的问题.如果是这样,PayPal 已意识到此问题并正在努力解决.
I think this is your issue. If so PayPal are aware of this issue and are trying to fix it.
https://www.paypal-notify.com/eventnotification/event_details?eventId=3945
更新:PayPal 网站和 PayPal API 的问题 - 9 月 15 日 - 沙盒
PayPal 通知
沙盒状态更新
更新:我们将继续努力寻求解决方案,并会在获得更多信息时提供更新.
Update: We continue to work towards a resolution and will provide an update when we have more information.
SAR 于 2013 年 9 月 15 日上午 11:24 由 SAR 发送
Sent Sep 15, 2013 11:24 AM BST by SAR
开始时间:2013 年 9 月 15 日上午 05:55 BST
Start time: Sep 15, 2013 05:55 AM BST
目前,没有替代的解决方法.
At this time, there is no alternative work-around.
有问题吗?请通过提交工单联系;参考PP-CRI-3945
Questions? Please contact by filing a ticket; refer to PP-CRI-3945
这篇关于Paypal Sandbox API 内部错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Paypal Sandbox API 内部错误
基础教程推荐
- 使用 PDO 转义列名 2021-01-01
- 在 yii2 中迁移时出现异常“找不到驱动程序" 2022-01-01
- 如何在 XAMPP 上启用 mysqli? 2021-01-01
- 如何在 Symfony 和 Doctrine 中实现多对多和一对多? 2022-01-01
- HTTP 与 FTP 上传 2021-01-01
- PHP 守护进程/worker 环境 2022-01-01
- phpmyadmin 错误“#1062 - 密钥 1 的重复条目‘1’" 2022-01-01
- Doctrine 2 - 在多对多关系中记录更改 2022-01-01
- 找不到类“AppHttpControllersDB",我也无法使用新模型 2022-01-01
- 在 CakePHP 2.0 中使用 Html Helper 时未定义的变量 2021-01-01