上线时贝宝客户端身份验证失败

paypal client authentication failed while going live

我在尝试使用 paypal 时遇到以下错误 API

{"error":"invalid_client","error_description":"Client Authentication failed"}`

我已经配置了 paypal sdk REST API 并成功生成了实时应用程序 ID。

但是在我的帐户页面中,借记卡的帐户资格和其余两个选项,当我单击启用时它会显示

Note: Live credentials are disabled for direct credit card processing in your app. At the moment, we can't enable this based on the information provided. You will be able to try again in 90 days. For more information, please visit the PayPal Help Center.

是这个问题吗。我该怎么做才能弄清楚?

还有一件事沙箱工作正常。

是的,这个错误将是你的问题。您正在尝试使用 Rest API 处理直接信用卡付款,但您的帐户尚未获准使用 Rest API 处理直接信用卡付款。该错误消息意味着您被拒绝通过 Rest API(处理直接信用卡付款的能力)使用 PayPal Pro,或者您的 Rest 应用程序被卡住,仍需要审查。我建议联系 PayPal 支持,将 Rest 应用程序升级以供审核。