我正在尝试使用 PayPal API 进行测试付款,但响应如下:
{ responseEnvelope:
{ timestamp: '2013-08-12T03:28:07.503-07:00',
ack: 'Failure',
correlationId: '960a8b60a602e',
build: '6941298' },
error:
[ { errorId: '520003',
domain: 'PLATFORM',
subdomain: 'Application',
severity: 'Error',
category: 'Application',
message: 'Authentication failed. API credentials are incorrect.' } ],
httpStatusCode: 200 }
我创建了沙盒业务帐户并使用帐户凭据提出请求,但失败了。