Hi, I am getting authentication error when trying to void an authorization request on Paypal sandbox environment. Error message: "Authorization failed due to insufficient permissions" I am getting successful response for token generation, creating an order and authorize payment requests. I got below response for void authorization: { "name": "BUSINESS_ERROR", "debug_id": "475026eb1dc84", "message": "Business error", "information_link": "https://developer.paypal.com/webapps/developer/docs/api/#BUSINESS_ERROR", "details": [ { "name": "UNAUTHORISED ACCESS", "message": "Authorization failed due to insufficient permissions. Invalid Scopes" } ] }
... View more