paypal / paypal-here-sdk-ios-distribution

Add credit card (tap, insert, swipe & key-in) capabilities to your iOS app
Other
81 stars 91 forks source link

Unable to refresh access token #349

Closed rekhaahir closed 3 years ago

rekhaahir commented 3 years ago

i am getting invalid refresh token using this url "https://api-m.sandbox.paypal.com/v1/identity/openidconnect/tokenservice?grant_type=refresh_token&refresh_token=A21AAINhl7...._p4r5fZe1LJw"

output { "error_description": "Unable to refresh access token", "error": "invalid_request", "correlation_id": "c58cc1d0b0c5a", "information_link": "https://developer.paypal.com/docs/api/#errors" }

or can you please help me to get refresh token using paypal api

rekhaahir commented 3 years ago

by auth token we can solve this.