Refresh Token [v3]
POST/api/v3/refresh-token
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Deprecated. This API regenerates an access token using the refresh_token received from the Create Order response.
Quick Reference
- Required:
refresh_token - Returns:
token,token_expiration - Deprecated: Use Get Order with your merchant token to get a fresh order token instead
Request
Responses
- 200
- 4XX
- 5XX
When the refresh token is successful, the response will be as below
When the refresh token is not successful, the response will be as below
When there is a problem on the server, the response will be as below