如何调试 PayPal debug_id?

How to debug the PayPal debug_id?

我们正在使用 PayPal Vault Rest API 来实现我们的支付功能。它在沙盒中运行良好,但几周后开始出现错误。在沙盒模式下出现错误。

出现以下错误:

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

所以我的问题是我们如何使用 debug_id 找出问题所在? 提前致谢。

来自 PayPal github 问题跟踪器

Debug ID

您不能直接使用此id,您必须将其提供给支持。

另一方面,如果您 log into your developer account,您应该能够看到对特定应用程序 and/or 电子邮件地址发出的所有请求。

有错误的请求以橙色符号显示。您可以点击查看更多详情。