Getting this error Authorization failed due to insufficient permissions

KapilCanopus
Contributor
Contributor

Our use case is that:-

We want split payment integration in our website. If user do payment from our website then we want to take some % of amount and want to send the some % of amount to merchant. 

We are providing the merchant signup registration option in our website by using this option merchant will register on PayPal website.

We are using Partner Referrals API for generate merchant signup link. But we are getting the below error when we try this functionality on Live PayPal account.

Error Details:-

{

    "name": "NOT_AUTHORIZED",

    "message": "Authorization failed due to insufficient permissions.",

    "debug_id": "51f0f2bf0c1a9",

    "information_link": "",

    "details": [

        {

            "issue": "MISSING_SCOPES",

            "description": "User doesn't have this API in their scope"

        }

    ],

    "links": []

}

Note: This api is working fine on Sandbox.

Kindly help me to solve this problem.

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.