Topic Replies Freshness Views Users
Normal topic
Is there any way how we can authenticate the signing process using email address rather than the phonenumber. The scenario to be more precise is that after eslClient.SendPackage(packageId); When we get the signingUrl back, we would want…
Normal topic
I have a controller method public List GetPackageTransactions(string packageId) // packageId = "660bd4f9-d090-4233-9fec-d176404e1871" { PackageId pid = new Silanis.ESL.SDK.PackageId(packageId); List…
Normal topic
How can we attach an existing Template of e-SignLive into our web forms without having to create and send a package using .NET SDK. Suppose we already have the template ready in e-SignLive. How can we use that template in our web site so…
Normal topic

I have a situation where I set delegation to a sender using code that has worked in the past.  The indication was that the delegation was successful BUT it didn't work.  Looking in the UI I figured out that the users had used…

Normal topic
Hoping you can help. We have a scenario where a single signature may appear in several place. For example, in the case of a parent signing for a minor. The parent would have to sign as the owner, and sign for the minor. We only want the…
Normal topic

Hello!

After a Package is Completed its available at the plataform the option to manually Archived the transaction . Ok with that.

But those the plataform do any "Auto Archived", like after X days of being Completed…

Normal topic

Hello,

I have created the following draft package:


DocumentPackage draftDocumentPackage = PackageBuilder
                .NewPackageNamed(Path…

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

If a customer builds an integration using the API, they would at minimum need to reference the API key to connect to OneSpan is that correct or could they use access token?

 

Normal topic

Where do I find my API Key?

Normal topic
What would you recommend a good approach to checking eSignLive server availability before creating and/or sending packages. In previous weeks, we've encountered some downtime in the classic environment, and we'd like to put in place a step…
Normal topic

Is there a way via the API to get an a count of attachments for a transaction or a list of transactions and when they were added.  It doesn't appear new attachments change the Update Date.  We have people who are signing their…

Normal topic
I am facing an issue while using the esignlive new sandbox (sandbox.esignlive.com) with .NET SDK. I have a template defined with two place holders and signing order set as below: 1 – PlaceHolder1 2 -- PlaceHolder2 From, .NET SDK, I am…
Normal topic

Hi Team,

I have multiple pages contract which has multiple signers.

For a specific signer, i am trying to add a input text field.

I am able to add the field but I am interested to make the field required…

Normal topic

Hi,

I am looking for a way to add senders to our OneSpan account without sending the invitation email.

We are integrating with OneSpan using the .net sdk and it is being used solely as a system-to-system integration…

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
I couldn’t find a method to add documents to package in draft mode. It seems UpdatePackage updates everything but documents. Is there a method to add documents in the package once it been created? If there is such method in your SDK…
Normal topic
I already have created the package and now want to add documents to it. I have file data in a byte array from the database. How do I add a document to the package with the byte array? Thanks Colleen
Normal topic
Team, How can I add/replace existing 'default-consent' document with my own document (pdf). Can you please post some guide on this.
Normal topic
One of the requirements I have is a possibility for user to place a logo on a document beside signature. I realize that I can add custom fields but none of them is an image type. Is this possible to achieve? And how?
Normal topic
I am playing around with asking signers to answer questions before signing the application to add some fraud mitigation. I added the following: var packageBuilder = PackageBuilder.NewPackageNamed(signingPackage.Name) …
Normal topic

Using the OneSpanSign.sdk there is no document type for text files, which may or may not have the TXT extension.  I can drag and drop files via the UI into transactions but I don't see any easy way using the API to upload them.

Normal topic

Is it possible for me add a custom attribute to the payload we receive during the callback even notification? I have multiple applications using event notifications, so I'd like a custom attribute to indicate which application the…

Normal topic
Hi I have code that creates signatures for two which I do in the beginning when I define the document. Later I would like to add optional signatures based on some condition and tried to do this without success unless I do it when I define…
Normal topic
Hi, Is it possible to add a signature to a document that has already been signed? Example. Document has one signing block. Person A has signed. Person B is now added to the package and also needs to sign the document Person A just signed…