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.
Authorizations
Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.
The secret key associated with your client ID. Use this to authenticate your API requests. You can find this in your Merchant Dashboard.
Headers
Send the signature if IP is not whitelisted.
API version to be used. Format is in YYYY-MM-DD.
Body
Request payload for create auth token to initialise the SDK.
The body is of type object
.
Response
Success response for generating an authentication token required to initialize the SDK.
The response is of type object
.