Help

Generate refresh token

1128 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Krithi
4 - Data Explorer
4 - Data Explorer

Hi in the Authentication and authorization i try to generate Authorization code, access token And refresh token it could generate both  Authorization code, access token but whille generating refresh token it could show error as 400 how to resolve the issue

 

1 Reply 1
malweniy65
4 - Data Explorer
4 - Data Explorer

As i know an HTTP error code 400 usually indicates a bad request, which means the server cannot understand the request sent by the client. Ensure that the client ID and client secret you are using to request the refresh token match the ones associated with the initial authorization request. If the refresh token has been revoked or marked as invalid for any reason, it will not work for generating new access tokens. Double-check the status of the refresh token in your system.  Verify that the token endpoint URL and configuration are correct and accessible.

 

 

 

myccpay account