Topic Replies Freshness Views Users
Normal topic
Hi, Does anyone know if it's possible, given a PackageID, to trigger a reminder email so that all the signers are reminded to sign ? I know its possible to set up a reminder before the creation of the package but what I am trying to do is…
Normal topic
Hi there, I saw the changes and new features being introduced to SDK version 11.0.5. Is it possible to get this version of SDK and test it in sandbox environment? It seems like I could not find the version 11.0.5 from the developer site…
Normal topic
The following code does not return the specific error message.
 try
            {
                PackageId packageId = eslClient.CreatePackage(documentPackage);
            }
            catch (Silanis.ESL.SDK.ServerError ex)
   …
Normal topic
As specified on this page: http://docs.esignlive.com/content/c_integrator_s_guide/sdk/k_customization/customizing_the_signing_cermony.htm?Highlight=customization#Customiz I have applied settings in the code: -------------------------…
Normal topic
Hi! (I am reposting as for some reason my post was deleted) I a not able to create a package from a template as I receive the following error message : Could not create a package from template. Exception: The remote server returned an…
Normal topic
Issues for us and/or esignlive support, ICF Express v38beta 1. I did not see or could not find any KBA signer authentication options in esignlive sandbox widget? 2. When adding yourself as a signer in the widget, it appeared to not send…
Normal topic
I'm having some difficulty implementing DownloadDocumentsDateRange posted previously in this forum. When the following code is executed the EslClient.PackageService.GetUpdatedPackagesWithinDateRange function throws an unhandled exception…
Normal topic
Would like to check if there's a way to use a template and programmatically populate custom fields or labels for information like Policy #, Customer Name & Address, and any other transaction-specific details. The example from this…
Normal topic
We have simple 9-page document that we use for transaction for single signer. The pdf is 700KB with no custom fields and just 1 signer defined. However, the call to just this statement
eslClient.createPackage()
takes…
Normal topic
Hi There, According to the requirements we have, if a person doesn’t completes the purchase by paying but has signed the documents, if that person comes back again after certain number of days, he needs to do the whole transaction…
Normal topic
Hi There, I want to build a package with two different documents with two different signers and Signer 1 will sign on just document 1 and Signer 2 will sign on just document 2, how can I do this under same package? Thanks, Gurvinder
Normal topic
Hello, This was working yesterday, and now I'm getting the following error. There haven't been any code changes on our end. Using .NET SDK version 11.0.0. Could not upload document to package. Exception: The remote server returned an…
Normal topic
Hi There, In our application, I am using the code below to get the documents eSigned Automatically in the sandbox account. There are two documents that needs to be signed and each document is only 70-100kb in size, but the signing process…
Normal topic
I have looked through the eSignLive documentation but without success. When creating a package, is it possible to restrict signers to be able to view certain pages of the document ? Let's say my borrower Lisa Smith should not be allowed to…
Normal topic
I want my package to be sent to a party not a signer, and not to any of the signers. How do I provide for this with .Net?
Normal topic
Hi, We have eSignLive for both the web and mobile. We've noticed that loading the Signing Ceremony is taking a really long time to load, both in dev and production. Is there any performance update planned in the future? Thanks, …
Hot topic
I have created a template in my eSignLive account. As the UI requires, I have uploaded a document. I have been trying to create a transaction using this template, however, I need to add documents to this transaction, on top of the ones…
Normal topic
Is there any way to send a document as a notice that doesn't require a signature?
Normal topic
Can you append a DocumentPackage that has been created. Dim eslClient As New EslClient(apiKey, apiUrl) Dim fs As FileStream = File.OpenRead(strESignLiveFile) Dim superDuperPackage As DocumentPackage =…
Normal topic
Hello, I tried to implement "Create and Send a Package with the .NET SDK" but got following error. Could not create a new package. Exception: The remote server returned an error: (401) Unauthorized. HTTP POST on URI https://sandbox.e…
Normal topic
Hello, I am confused how to add more than one files in a Package with different signers. Is it possible in eSign to add more than one files in a Package and get each file status from eSign. Thanks
Normal topic
Hi, I'm a little confused on the Signer Session. Right now, we created the package and then get the url via the GetSigningUrl via the PackageService. What I undestand : When the user go to the the url authenticate itself (via the…
Normal topic
How do I get packages awaiting my signature?
Normal topic
Hi, I am trying to get a signing url for a package and get this error: Could not get a signing url. Exception: Unexpected character encountered while parsing value: <. Path '', line 0, position 0. Unexpected character encountered while…
Normal topic
Hi ! I'm trying to update a package and replace the pdf document in it, but I get this error : Unable to update package settings. Exception: Le serveur distant a retourné une erreur : (403) Interdit. HTTP PUT on URI https://sandbox…