Skip to main content

Refresh Token [v3]

The merchant can use the refresh token API to regenerate a new token to launch the checkout, if necessary.

Request Body required
    refresh_token string required

    This is the refresh token, you have received in the response of Create Order v3 API in the refresh_token field.

Responses

When the refresh token is successful, the response will be as below


Schema
    token string

    This is the new token, you will need to use to launch the checkout.

    token_expiration date-time

    This is the expiry of the token, it is expressed in UTC. The token has an expiry time of 20 minutes.

Loading...