我已将 PayPal REST API 与 PayPal SDK 集成。当我们使用沙盒凭据时,它在沙盒上运行良好,但是当使用实时 PayPal 凭据时,PayPal 上的保存卡功能(使用 REST API)运行良好,但是当我们尝试使用 PayPal 的卡 ID(由 PayPal 生成)进行支付时像 CARD-8K0630766A878805HYRGHBCD),我们面临着这样的错误;
Exception: Got Http response code 401 when accessing https://api.paypal.com/v1/payments/payment. Retried 0 times.
{
"name":"UNAUTHORIZED_PAYMENT",
"message":"Unauthorized payment",
"information_link":"https://developer.paypal.com/webapps/developer/docs/api/#UNAUTHORIZED_PAYMENT",
"debug_id":"3424fdf3dac86"
}
我们做了很多研发,但没有解决这个问题。
请让我知道我们缺少什么或我们的错误,以便尽快解决问题。