Category: Identify API Hello Developers, We are getting below error while calling https://api-m.paypal.com/v1/identity/oauth2/userinfo?schema=paypalv1.1. API. The same code working fine with Sandbox URL. { "error" : "invalid_bearer_token" , "error_description" : "Bearer Token is not supported for this operation" } More Details 1. We have integrated Sign In with Paypal button 2. After auth completed, we are receivng code & id_token of the logged user. 3. Calling NodeJS api with id_token to validate 4. In NodeJS, calling UserInfo API and getting error. But the same code working fine with Sandbox keys. Can some one help me Thanks
... View more