Topic Replies Freshness Views Users
Normal topic

Looking to create a transaction (done) and then get a signing URL or start signing process because I need to allow signing in an "iframe" or withing a .NET application wihtout sending the emails out, or maybe just the completed email to…

Normal topic

We are using subaccounts and I want to see what senders have rights in the main account and each subaccount.  Any suggestions on the API call to use?  I have access to the sender API keys and unique IDs if that helps.

Normal topic
I'm creating an application to get all packages for an account with a date range. I'm using the following call Page completed_packages = eslClient.PackageService.GetUpdatedPackagesWithinDateRange(DocumentPackageStatus…
Normal topic
In our code, we are using the change signer feature. .CanChangeSigner() Once a new signer is assigned, the eSL server generates random signer ID. How can we get the signerID using .net to get the signing status of this signer. Please…
Hot topic
Hello, I am new to esignlive. I have created the document and getting email to sign the document working fine but what I want is instead of sending the email for the user, I want to get the document email so I can send it using my website…
Normal topic

For testing I have minimized the attached PDF to just have one field, a single pre-labeled signature. Similar documents work fine but this particular one gives me a “noApprovals” message when trying to run it through…

Normal topic
I was generating Packages without a problem using my Code but now I am returning the following error when trying to send a new Package. What am I missing? DocumentPackage Package = PackageBuilder.NewPackageNamed…
Normal topic
hey, I'm looking to retrieve the date each signer has signed the package, and the date when the package has been completed. Where can I get that?"
Normal topic
Hello, I am working with .NET SDK. Currently according to my requirement I need to change my enforceCaptureSignature to true for allowing user for multiple time signing. While searching for solutions I found "https://sandbox.esignlive.com…
Normal topic

contract is a class with accessible properties that have been populated by this point and is a parameter being passed into the call here.

All the text anchors have been verified in the starting doc...

Normal topic
How do I get packages awaiting my signature?
Normal topic
We have a service setup to get the "SIGNER_COMPLETE" notification but we need to iterate through and see who has signed and who hasn't. Is there a way in the .net code to get which signers are complete or at least which documents they…
Normal topic
Hi Team, We are getting issue while signing complete process for last signer for the given packet ID 9tICttbBe8xTghOAXD_00JM85YU= on eSignLive sandbox. Can you please check why we get this repeated callback for same signing complete. …
Normal topic

Using the code below I only get 1 package back, but I can tell I should be getting multiple packages with multiple senders based on the date range.  Can someone please tell me what I'm doing wrong?  I don't see it?  Thx…

Normal topic
I have this code as was suggested by OneSpan for retrieving "GetUpdatedPackagesWithinDateRange" but I am getting an error on this line. Page completed_packages = eslClient.PackageService.GetUpdatedPackagesWithinDateRange…
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
I tried to compile https://github.com/eSignLive/esl.sdk.net/tree/638754571e39de8b30c36965ca9e4d05b7c1b146/sdk/SDK.Examples with 11.5 SDK, but there seems to be breaking changes, like MakeOption() not found.
Normal topic

Hello everyone,

I've shared code details in below :

  ProxyConfiguration httpProxyConfiguration = ProxyConfigurationBuilder.NewProxyConfiguration()
                …

Normal topic

Is there a way using the API to tell if the SENDER has downloaded the transaction?  We want to check before we enable the 120 day retention rule

Normal topic

Hello,

I am trying to hide the left menu showing the documents as you can see my attached pic. but can not do it using the OneSpan Dll 11.43.

Can you please help me?

Thanks Nehme

Normal topic
Hello, I have a form to be signed, inside this form there are 5 signatures for same person or email, can I have one of these signature and keep the other signatures active. Thanks, Nehme
Normal topic

Hello,

I am using 

 

signatureBuilder = signatureBuilder.WithField(FieldBuilder.RadioButton("Group3")
.WithName(fieldName)
.WithValidation(FieldValidatorBuilder.Basic().Required())

Normal topic
We are trying to test the connection status to make sure there is not issues with a firewall. Since you do not have a test connection parameter baked into the .Net SDK we just created the new ESL client then make a request for existing…
Normal topic

I am looking for a C# code that will allow me to to add a signer in an specific  page but the signing has to be optional. So when they sign the document it will be complete even though they forgot to sign in one page because it was…

Normal topic

In the designer of a package, there is a checkbox "Accept only" for a signer. How can I set this to true using the .NET SDK?