这听起来可能很愚蠢,但我每次向卡片支付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"
}
]
}
}这个错误似乎表明我没有做某事的权限。这是一个访问问题,因为我认为我使用的正确的钥匙?有人见过贝宝的错误吗?
发布于 2016-11-29 12:55:06
@Crazyshezy是正确的。用您正在使用的密钥写入Paysafe,它们将能够分离出您对API密钥拥有或可能没有的权限。
发布于 2017-04-19 11:06:41
我也犯了同样的错误。这是因为信用卡到期的年份。应该是4位数的年份(例如2017年),但我发送了2位数的年份(17)。
https://stackoverflow.com/questions/40858374
复制相似问题