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 creating a user for Video KYC.
The phone number of the user.
"9988776655"
It is the unique ID you create to identify the user. The maximum character limit is 50. Only alphanumeric, period (.), hyphen (-), and underscore ( _ ) are allowed. Auto-generated if not passed.
"User0123"
The email address of the user.
"johndoe@gmail.com"
The name of the user.
"John Doe"
The address address of the user.
"GROUND FLOOR, 123, ABC CIRCLE, XYZ MAIN ROAD, BANGALORE"
Response
Success response for creating a user profile for Video KYC.
It is the unique ID you create to identify the user, or it is auto-generated by Cashfree if not provided in request.
"User0123"
It displays the unique ID created by Cashfree Payments for reference purposes. format: int64
1358
The phone number of the user.
"9988776655"
The email address of the user.
"johndoe@gmail.com"
The name of the user.
"John Doe"
The address of the user.
"GROUND FLOOR, 123, ABC CIRCLE, XYZ MAIN ROAD, BANGALORE"