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
Body
Find the request parameters to add the details of the document and signer
It is the unique ID you create to identify the verification request. The maximum character limit is 50. Only alphanumeric, period (.), hyphen (-), and underscore ( _ ) are allowed.
"ABC00123"
It is the unique ID received in the Upload Document for E-Sign API response.
36
Specifies how you want to notify the signee about the e-sign details.
Possible values:
["email"]
: An email with the signing link will be sent to the signer's email address.[]
: No communication will be triggered to the signer. Note: For this option, the request must contain only one signer.
["email"]
It is the type of authentication to be used for signature.
AADHAAR
"AADHAAR"
It is the expiry of the signing link for each signer in days. The maximum allowed time is 15 days.
"2"
It should contain the details of the signer(s).
[
{
"name": "John Doe",
"email": "John.Doe@email.com",
"phone": "9999999999",
"sequence": 1,
"aadhaar_last_four_digit": "6789",
"sign_positions": [
{
"page": 1,
"top_left_x_coordinate": 100,
"bottom_right_x_coordinate": 200,
"top_left_y_coordinate": 180,
"bottom_right_y_coordinate": 120
},
{
"page": 2,
"top_left_x_coordinate": 100,
"bottom_right_x_coordinate": 200,
"top_left_y_coordinate": 180,
"bottom_right_y_coordinate": 120
}
]
}
]
It is an option to capture the location of the signer. If enabled, the signer will be requested to give their location permission.
false
It is the URL that you need to provide that takes the user to after completing the e-sign journey. It will contain the verification_id that can be used to get the status of the verification.
"REDIRECT_PAGE_URL"
Response
Success response for creating an e-signature request
It displays the status of the API request. Possible values are: - SUCCESS
: Successfully initiated request for e-signature.
"SUCCESS"
It displays the unique ID you created to identify the API request.
"ABC00123"
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
33
It displays the unique ID created by Cashfree Payments to identify the document. You receive this ID in the response of Upload Document For E-Sign API.
36
It displays the link to proceed with the e-signature of the document for the first signer.
"SIGNING_LINK"