ハイ、
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 : 「PayPal アカウントのステータスを判断できません」というエラーを更新するため、これは同じ問題ではありません)