PayPal::SDK::Permissions::API The application is not authorized for the user

北战南征 提交于 2020-01-07 04:58:27

问题


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"

EDIT

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"

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?


回答1:


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



来源:https://stackoverflow.com/questions/15766543/paypalsdkpermissionsapi-the-application-is-not-authorized-for-the-user

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!