Click2Sign

This type of signature available offers a quick method of digital signature by presenting a button with a message configured in the request, a URL where the user is taken after signing and the properties of the signature itself. Once clicked, unlike the OTP type, there is no SMS sent. The location of the signature is configured placing a tag or with coordinates or both on a PDF file by creating a request.

Add the following work step in the request.

Copy
{
      "SignatureTag": "#esaw#", //the tag from the document where you want to place a signature field
      "SignatureType": "2", //2 - for Click2Sign
      "Recipient": {
        "LanguageCode": "RO",
        "Email": "joe.doe@fintechos.com",
        "FirstName": "Joe",
        "LastName": "Doe",
        "CountryResidence": "RO",
        "PhoneMobile": "",
        "DocumentType": "",
        "DocumentIssuedBy": "",
        "SocialSecurityNumber": "",
        "DocumentExpiryDate": "",
        "DocumentIssuedOn": "",
        "DocumentNumber": ""
      },
      "ClickMsg": "Click Here",//the message from the signature field, before signing
      "ClientActionUrl": "url_for_redirect_after_signing",
      "SmsText": "",
      "Order": 2, //the order of the signatures from the whole request
      "SignatureProperties": {
        "Width": 120.0,
        "Height": 80.0
      }
    }