Stop paypal access token from refreshing so frequently

David Henson

Straight forward and simple question;

What is the best way to stop PayPal access token from refreshing so frequently?

I have tried to do curl command with extended 'expires_in': command. Doesn't work. Still refreshes after 24hr

Preston PHX

Access tokens are temporary and usually refresh after 9 hours. They can be cached for that period of time (the response will have an expires_in), but apart from that you need to requet a new one as soon as the one you have is set to expire.

This is by design and intended. There is no way to change it.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Refreshing the access token from azure ad

Getting Paypal access token from a refresh token

Why does PyDrive stop refreshing the access token after a while?

How to get access token from PayPal in MVC

Getting access token from the PayPal API Error

Stop page from refreshing in Javascript

Stop Expired Access Token from retrieving data from resource Server

Why Refreshing access token gets unauthorized?

Refreshing an Access Token for Client Credentials Flow

Refreshing an OAuth access token for Microsoft Live API

Google OAuth, refreshing access token (grant type)

Automating access token refreshing via interceptors in axios

Google OAuth 403 when refreshing access token

Issue while refreshing access token in angular 5

Web API refresh token not refreshing when access token is expired

How to stop the page from refreshing on submitting form?

ajax request does not stop page from refreshing

Stop text box from auto refreshing in VBA

preventDefault() won't stop the page from refreshing

I want to stop my website from refreshing

InfusionSoft legacy xml-rpc API access token expiring frequently

Paypal Sandbox Access Token not Found in Cache

How to get Access Token paypal in android

Circumstances of the "invalid_grant" error when refreshing an access token?

Authenticating / Refreshing Google API access token and avoiding a "file in use" exception?

Client secret + refreshing the access token in spring oauth2

Facebook: Refreshing long-lived access token automatically

unauthorized_Client while refreshing google access token

Web API access token not refreshing after it's expired