Topic Replies Freshness Views Users
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

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 everyone,

I've shared code details in below :

  ProxyConfiguration httpProxyConfiguration = ProxyConfigurationBuilder.NewProxyConfiguration()
                …

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
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 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

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
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
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
How do I get packages awaiting my signature?
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
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
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
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

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…

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
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…
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

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

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

I need to get the details for eSign email bounce, I am pretty new using the .NET SDK, coudl you provide a snippet or pointing me to the right direction?

I downloaded the OneSpanSign.Sdk.Samples project, can I use one of the…

Normal topic
Is it possible to get data back from a package after it has been signed? For example if I have a text field on a template, after it has been filled out and signed, is there a way to get that data within my visual studio project?
Normal topic

Hi 

I want to retrieve api key, flow is as 

I have many accounts and for document 1 I will use account 1, for document 2 I will use another account 2. 
using C# code I will send document 1…

Normal topic
Hi, When below line is called, it returns a list of all signers including the sender as one of the signers. IList signers = eslClient.GetPackage(new PackageId("")).Signers; This is the case even though the sender has no…
Normal topic
We are trying to get the signing URL for the signer to display in an IFrame without having to send the package. Currently I keep getting the error of "cannot get signing url because package is editable", I can only assume that means I can…