Access Token not found in cache
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have an integration with Paypal that always fails after it retrieves a new Access_token after the previous token expired. It fails with the following error message:
{"error":"invalid_token","error_description":"Access Token not found in cache"}
After a restart of the web application, the same code to fetch an Access_token works.
The only differences between the two responses from "/v1/oauth2/token" is that access_token and nonce are different (as expected).
I have verified that the updated token is used in the call that fails.
Any ideas why it works to fetch a new access token after a restart, but not when the previous access token has expired?
I have seen a few other questions with this error message, but none of them have a solution to the problem.
- Labels:
-
Webhooks REST APIs

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Compliance violation. flag based on the account origin ? in Sandbox Environment
- Always Sorry Something Went Wrong in Prestashop Checkout or Paypal Official Module in PayPal Payments Standard
- What is the meaning of "RATE_LIMIT_REACHED"? in REST APIs
- When I do PayPal capture Order, I keep on getting Invalid Request Connection in REST APIs
- Refunding an order via HATEOAS URL failing with NOT_AUTHORIZED error in Sandbox Environment