API to Generate Token using private client id
Generate authentication token using client secret and private client id
Request Params
Key
Description
Data type
Mandatory
Possible values
client_id
Login to the Payouts Dashboard and fetch the client ID after OTP verification
String
yes
grant_type
Constant value “client_credentials “
String
yes
client_credentials
client_secret
Login to the Payouts Dashboard and fetch the client ID after OTP verification
String
yes
scope
Constant value
String
yes
create_payout_transactions
Example
Test Environment Request:
Remember to have the Content-Type set as x-www-form-urlencoded to avoid “invalid request” errors
Response:
Response Params
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.
scope
allowed scopes in generated security token
created_at
Time of creation in milliseconds
Last updated