Forums
Hi, I am trying to find my API Key that is mentioned in the following step by step guide. https://developer.esignlive.com/guides/quick-start/creating-and-sending-a-package-java/ The first few lines define your connection information for eSignLive. public static final String API_KEY = ""; public static final String API_URL = "https://sandbox.esignlive.com/api"; To retrieve your API key, log in to your eSignLive account and click on “ACCOUNT” from the top menu. Your API key is listed there. By default, the value is hidden. Select “Unlock” to show the value.
Forums
Hello If a document has multiple signature blocks, on clicking the first signing block a popup appears to capture the signature and from the next signature block onwards it applies the captured signature to the signing block. Can we stop the eSignLive document to apply the first signature to the remaining blocks? I want to be able to scribble my signature for all the blocks and not apply the first one to all of them. Thanks Sudipta
Forums
Is there a method for downloading the Evidence Summary Report for a Completed package ? I figured it would be included in the
downloadZippedDocuments(packageId)
method but it is not included. From the eSignLive GUI I know there is a button to download the Summary individually so there must be a method in the SDK that does this, however I can't find it in the documentation.
Forums
Hi, I need use external signer verification to register the sign and verify if is correct redirect the signer ceremony when Signer sign from PHP url. I have the code and structure necessary for create package and manage with Signers, documents and signatures and it's Works, the problem is that i don´t know how to add this feature to te process.
Forums
I am trying to use the mobileCapture feature - when I open the document on a PC and click on the "Sign with Mobile Device" button - I get a message that "the requested feature is not available with the current license" Also i am unable to use the Position Anchors with the mobileCapture using the code below (this works with all the other methods ) .withPositionAnchor(TextAnchorBuilder.newTextAnchor("") .atPosition(TextAnchorPosition.BOTTOMRIGHT) .withSize(325, 100) ) ) I get the following exception Excep