Refresh Token API
Last updated
Last updated
Key
Description
Data type
Mandatory
Possible Values
client_id
This is a public client id to be used by all payouts merchants, it is same for all merchants.
String
yes
Production client_id : ccbb70745faad9c06092bb5c79bfd919b6f45fd454f34619d83920893e90ae6b Test client_id : 6f8bb4951e030d4d7349e64a144a534778673585f86039617c167166e9154f7e
grant_type
Constant value “refresh_token“
String
yes
refresh_token
refresh_token
Access Token received in above api call.
String
Yes
Key
Description
access_token
This is a security token. This will be used further in api calls
token_type
Type of token
expire_in
Access token will get expired in return seconds.
refresh_token
This will be used to refresh access_token.
scope
Allowed scopes in generated security token
created_at
Time of creation in milliseconds
user_uuid
Unique identifier for the user. Read more about uuid here