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] =>
1686835030 => 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
相关文章