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 creating a user for Video KYC.
It is 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"
It displays the email address of the user.
"johndoe@gmail.com"
It is the name of the user.
"John Doe"
It is the 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.
"User0123"
It displays the unique ID created by Cashfree Payments for reference purposes.
1358
It is the phone number of the user.
"9988776655"
It displays the email address of the user.
"johndoe@gmail.com"
It is the name of the user.
"John Doe"
It is the address of the user.
"GROUND FLOOR, 123, ABC CIRCLE, XYZ MAIN ROAD, BANGALORE"