Paysafe 卡支付错误 API?

Error on Paysafe Card Payment API?

这听起来可能很愚蠢,但我每次提出卡支付请求时都会收到此错误 API。

{
  "error": {
    "code": "5270",
    "message": "The credentials provided with the request do not have permission to access the data requested.",
    "links": [
      {
        "rel": "errorinfo",
        "href": "https://developer.optimalpayments.com/en/documentation/cardpayments/error-5270"
      }
    ]
  }
}

错误似乎表明我没有权限做某事。这是一个访问问题,因为我认为我使用的是正确的密钥吗?有没有人见过 Paysafe 的这个错误?

@Crazyshezy 是正确的。使用您正在使用的密钥写信给 Paysafe,他们将能够隔离您对 API 密钥拥有或不具有的权限。

我遇到了同样的错误。这是由于卡到期年份。它应该是 4 位数年份(例如 2017),但我发送的是 2 位数年份(17)。