Use this API to create a new user profile for the Secure ID suite, which enables Video KYC (Know Your Customer) verification. The user profile includes basic details such as phone number, name, and address, and is required to initiate the KYC process.
Client ID. You can find your ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Send the signature if IP is not whitelisted.
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.
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"
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.
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"