Create Auth Token to Initialise the SDK
Use this API to generate an authentication token required to initialize the Cashfree SDK. Provide your app_id, and product name (such as Video KYC) in the request body. The API returns an access_token and its expiry details.
POST
Authorizations
Client ID. You can find your ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Headers
Send the signature if IP is not whitelisted.
Body
application/json
Request payload for create auth token to initialise the SDK.
The body is of type object
.
Response
200
application/json
Success response for generating an authentication token required to initialize the SDK.
The response is of type object
.