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
Find the request for updating a user, phone number field cannot be updated.
It is the unique ID created by Cashfree Payments that you receive in the response of Create User for Secure ID API.
1358
It is the unique ID you create to identify the user.
"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, 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"