Why did Paypal API suddenly stop working when authenticating using svcs.paypal.com/Permissions/

cyfedev
Contributor
Contributor

I'm making a request to this endpoint.

https://svcs.paypal.com/Permissions/RequestPermissions?requestEnvelope.errorLanguage=en_US&scope(0)=...}

I am also using these headers

array('X-PAYPAL-SECURITY-USERID: ______', 'X-PAYPAL-SECURITY-PASSWORD: ______', 'X-PAYPAL-SECURITY-SIGNATURE: ______', 'X-PAYPAL-REQUEST-DATA-FORMAT: NV', 'X-PAYPAL-RESPONSE-DATA-FORMAT: JSON', 'X-PAYPAL-APPLICATION-ID: ______')

Sometime in beginning of January this was noticed there was an issue. The API is returning a response of

(
    [0] => stdClass Object
        (
            [errorId] => 550001
            [domain] => PLATFORM
            [subdomain] => Application
            [severity] => Error
            [category] => Application
            [message] => User is not allowed to perform this action
        )

)

 I can't find anything in documentation or changelog that leads me to believe something was updated or deprecated in the API that we were using. Any troubleshooting tips would be greatly appreciated

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.