简体   繁体   English

如何调试PayPal debug_id?

[英]How to debug the PayPal debug_id?

We're using PayPal Vault Rest API for our payment features.我们将 PayPal Vault Rest API 用于我们的支付功能。 It was working fine in sandbox, but it started giving us errors for a couple of weeks now.它在沙箱中运行良好,但它开始给我们错误几周了。 Error is manifesting in sandbox mode.在沙盒模式下出现错误。

It's giving following error:它给出了以下错误:

{
    "name": "INTERNAL_SERVICE_ERROR",
    "message": "An internal service error occurred.",
    "information_link": "https://developer.paypal.com/docs/api/payments/#errors",
    "debug_id": "############"
}

So my question is how we can use debug_id to find out the issue?所以我的问题是我们如何使用debug_id找出问题? Thanks in advance.提前致谢。

From PayPal github issue tracker来自 PayPal github 问题跟踪器

Debug ID调试标识

You cannot use directly this id, you have to give it to the support.您不能直接使用此 ID,您必须将其提供给支持。

On the other hand, if you log into your developer account, you should be able to see all requests made to a certain applications and/or email addresses.另一方面,如果您登录您的开发者帐户,您应该能够看到对特定应用程序和/或电子邮件地址提出的所有请求。

Requests with errors are shown with the orange sign.有错误的请求以橙色符号显示。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM