本文介绍了PayPal :: SDK :: Permissions :: API该应用程序未经用户授权的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的应用程序正在使用Paypal-sdk-permissions(1.96.2)gem请求对TRANSACTION_DETAILS的许可.一切在沙箱中都可以正常运行,但在上线时会失败:

My application is requesting permission for TRANSACTION_DETAILS, using paypal-sdk-permissions (1.96.2) gem.Everything works fine in sandbox but fails when going live:

@errorId=550006,
@domain="PLATFORM",
@subdomain="Application",
@severity="Error",
@category="Application",
@message="The application is not authorized for the user"

编辑

似乎我正在使用从其他Paypal帐户提交的APP ID.修复后,我得到了:

It seems I was using an APP ID submitted from a different Paypal account. After fixing that I got:

@errorId=550001 @message="User is not allowed to perform this action"

我已提交具有相应权限的新应用,状态为Approved Conditionally.通常需要多长时间才能收到Paypal的回复?

I have submitted a new app with the corresponding permissions and the status is Approved Conditionally.Usually how long does it take to get a response from Paypal?

推荐答案

仅几个小时后,我的应用就获得批准.现在一切都按预期进行.

After only a couple of hours my app got approved.Now everything works as expected.

这篇关于PayPal :: SDK :: Permissions :: API该应用程序未经用户授权的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-24 13:46