【发布时间】:2013-11-08 17:26:51
【问题描述】:
喂,
我想使用 Paypal API 的 GetVerifiedStatus。
所以我已经创建了我的应用程序并且我有一个应用程序 ID。
在沙盒中,一切正常,服务返回我客户的状态。
但是当我进行实时通话时,我遇到了这个错误:
“不允许用户执行此操作”
你有解决办法吗?
谢谢!
请求:
Array
(
[emailAddress] => myCustomer@email.com
[matchCriteria] => NONE
)
回应:
stdClass Object
(
[responseEnvelope] => stdClass Object
(
[timestamp] => 2013-10-29T06:47:26.456-07:00
[ack] => Failure
[correlationId] => 21820ac9a046c
[build] => 7784095
)
[error] => Array
(
[0] => stdClass Object
(
[errorId] => 550001
[domain] => PLATFORM
[subdomain] => Application
[severity] => Error
[category] => Application
[message] => User is not allowed to perform this action
)
)
)
(Paypal GetVerifiedStatus with "User is not allowed to perform this action":这不是同一个问题,因为他用“无法确定 PayPal 帐户状态”更新错误)
【问题讨论】:
标签: paypal paypal-adaptive-payments