- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Can someone help me find this refresh token?
I need it for PayPal Express Checkout Server-side REST implementation. It's used to generate an access token.
Thanks!
Solved! Go to Solution.
- Labels:
-
API
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Details on authentication via REST API are available here : https://developer.paypal.com/docs/api/overview/#authentication-and-authorization
Once you have requested an access token, cache the OAuth access token and re-use it to avoid rate-limiting -- https://developer.paypal.com/docs/rate-limiting/
Was my post helpful? If so, please give me a kudos!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Details on authentication via REST API are available here : https://developer.paypal.com/docs/api/overview/#authentication-and-authorization
Once you have requested an access token, cache the OAuth access token and re-use it to avoid rate-limiting -- https://developer.paypal.com/docs/rate-limiting/
Was my post helpful? If so, please give me a kudos!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Justin,
Not sure I follow.
How does one exchange the old access token for a new one after it expires? Typically with OAuth2 you'd receive a refresh_token when you initially authenticate (and then use that to get an updated access token), but I'm not seeing any mention of how to get the refresh_token in the docs.
Could you please shed more light on that process and the endpoint(s) we should hit to make it happen?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i try to use this **bleep** api known as rest paypal api .. no examples no structured ressources **bleep** architecture..
so my question is the same how to get refreshed token without to read all the documentation of the api and the Documentation of the OAuth 2.0
and the docs of IDConnect.. after all, we are in an object-oriented world.. we do not need to no how Paypal created his **bleep** world ..
the language, that i use is java in spring Boot
thanks

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Error message for obtaining access_token in REST APIs
- Which api can get oauth2.0 authorization_code? in REST APIs
- How to prompt a "thank you" after using donate button on a website in PayPal Payments Standard
- How to integrate PayPal during user signup to avoid re-entering credentials for future payments? in REST APIs
- subscription_id has disappeared in REST APIs