Authorizations
Client ID. You can find your ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Headers
Send the signature if IP is not whitelisted.
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"
