gpt4 book ai didi

Paypal API GetVerifiedStatus 返回用户不允许执行此操作

转载 作者:太空宇宙 更新时间:2023-11-03 16:13:42 24 4
gpt4 key购买 nike

你好,

我想使用 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 帐户状态”更新了错误)

最佳答案

为了在实时环境中执行 GetVerifiedStatus 调用,您还需要在参数中传递 firstName 和 lastName,并且它们需要与您正在检查的电子邮件地址的 PayPal 帐户一致。您还需要将 matchCriteria 设置为“NAME”。因此,您的请求将如下所示:

Array (
[emailAddress] => myCustomer@email.com
[firstName] => myCustomerFirstName
[lastName] => myCustomerLastName
[matchCriteria] => NAME
)

关于Paypal API GetVerifiedStatus 返回用户不允许执行此操作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19660236/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com