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 two-factor authentication is selected as Public Key. More details
API version to be used. Format is in YYYY-MM-DD.
"2024-12-01"
Body
Request payload for create auth token to initialise the SDK.
It is the unique identifier for the OAuth application. This is used to authenticate and authorize the application making the request.
Note: Please contact your Account Manager to create an app_id
for the VKYC product. In the future, this will be self-serve via the Merchant Dashboard.
"app_id_for_vkyc"
The product for which the authentication token is generated. In this case, it should be "VKYC".
"VKYC"
The metadata associated with the authentication token.
The identifier of the authenticated user.
Response
Success response for generating an authentication token required to initialize the SDK.