Topic Replies Freshness Views Users
Normal topic
I'm referencing the custom signing ceremony settings, in an attempt to customize the Thank You dialog content. The sample provides JSON settings, but how are these updated for the package? https://docs.esignlive.com/content/c_integrator…
Normal topic
I am able to insert the Signature and Initials programmatically using .NET SDK . Do you have any example where it shows how to insert “Signing Date” filed using .NET SDK. Thanks, Sumit
Normal topic

Hi Team,

I am trying to create a transaction. I am the account owner. I am adding 'X as a signer, but when I retrieve the transactions, I am also added as one of the signers in it.

Is there any way to exclude …

Normal topic
Hello, I'm trying to change a signer using .Net API's as below. The code runs perfectly but not sure if the change happened at eSignLive side or not.When the new signer try to access the document he gets an unexpected error. Can you…
Normal topic
We are integrating ESignLive with our ASP MVC site. I don't think this issue is specific to .NET, but I'm not sure where else to post it (sorry if it belongs in a different forum). Our application generates a signer url like this:
Normal topic
How would I find out if a signer has signed/opted out/declined using the .net API?
Normal topic
Hello, What is the limit for the signer email field. When we are using email more than 50 characters, we are getting an error. Thanks, Nehme
Normal topic
when signer clicked on the 'Click to Sign" , the status changes to 'Accepted', even when he click "Cancel", it is still Accept
Normal topic
I use your example to test your API. ........ SignerBuilder.NewSignerWithEmail(email1) .WithFirstName("dejan") .WithLastName("lukic") .WithTitle("Pack title") ) ....... Signer receives email as Reviewer instead as a Signer. How to…
Normal topic
I have setup a sandbox environment for v11 and tried out the SignDocuments() for a signer. However, I’m getting this error:
An unhandled exception of type 'Silanis.ESL.SDK.EslException' occurred in Silanis.ESL.dll
Additional…
Normal topic
Trying out the SignDocuments(packageId, signerId) call in the example throws EslServerException. Additional information below: Could not create a signer authentication token. Exception: The remote server returned an error: (404) Not Found…
Normal topic
Customer: I am doing some testing with the SignDocuments method on the EslClient. I have noticed that SignDocuments fails and returns a 500 server response if I first sign as the signer, and then try to use the SignDocuments method for…
Normal topic
Hi Silanis team- I cannot find any documentation on the unit of measure used for the Signature block position (X,Y) and dimensions (Height,Width). Is it pixels? Points? Inches? Also, if anyone knows/remembers-- we are currently using…
Normal topic
I am seeing a possible bug where I am creating a package with 1 document, 1 signer, and 1 signature. When creating the package, I give the signature a unique name using the
.WithName(string signatureName)
method. Then, when I…
Normal topic
Hi! I am having trouble when placing the signature tab location. Here is my code Signature signHere = SignatureBuilder .SignatureFor(signer.Email) .OnPage(Convert.ToInt32(pageNumber) - 1) .AtPosition(45, 424) …
Normal topic
Hello, I am using iframe to sign a document, after the sign complete, how i can forward the user to another page in my website? Thanks
Normal topic
Hi, I'm having issues setting the expiration date to null. These are the functions I'm calling: EslClient eslClient = getEslClient(companyId); PackageId pkgId = new PackageId(packageId); DocumentPackage dp = eslClient.GetPackage(pkgId);…
Hot topic
we have our application as front end to eSignLive system. we use SDK 11 to interact with eSignLive. i'm trying to see signing ceremony in correct application culture. During user creation I have set user language like this if (ci…
Normal topic

We have been able to use the Bulk Invite Sender Tool to bulk provision users.  Is there a way once someone is created in OneSpan that I can programmatically assign their role within a subaccount.

Normal topic
Can I create packages programmatically using the same sender email address? And then show the designer view with that same sender email address in multiple browsers? Thanks Colleen
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
Is there any way to send a document as a notice that doesn't require a signature?
Normal topic
I can't seem to get the senderAuthenticationToken. I'm receiving a 415 error code, Unsupported Media Type. Any ideas what I'm doing wrong? PackageId packageId = eslClient.CreatePackage(superDuperPackage); using (var…
Normal topic
Hi Michael, I have used the following code to get the urlToDsigner string userAuthenticationToken = eslClient.AuthenticationTokenService.CreateUserAuthenticationToken(); AuthenticationClient authenticationClient = new…
Normal topic

I know how to get subaccount api keys but how do I get a senders API key.  The user has left State employment so I can't have them just login and give it to me.   I don't see it in the Sender structure.