Topic Replies Freshness Views Users
Normal topic

What parameter can I use on a capture tag, to set the fromfile value to true.

I cannot find it anywhere. This is what I've tried, but it is not a valid parameter:

{{esl:signer1…

Normal topic
I'm having difficulty understanding the inclusion of the callback key described here: http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_event-notification private EventNotificationConfig eventNotificationConfig; public string…
Normal topic
Hi, How much time Silanis will take to send an email bounce event back to our API after we trigger an email to an invalid sender. Thanks, Krishna
Normal topic
I'm trying to pull down completed packages and read the fields. None of my documents have the fields array populated. The fields were created from an existing fillablePDF using the API to create the template.
 CompletionReport…
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
Hello, We are using Impersonate Signing process with eSignLive for one of our client, now client needs to use both Impersonate and Remote Signing (use anyone of for a particular transaction) for same Account. to achieve this we need…
Normal topic

Hi Team,

We are creating a wrapper around OneSpan API and We have embedded the signing process through signer token wherein every signing we end up getting "OneSpan Consent Document".

 

Is there any…

Normal topic

Hi,

 

Is there a way to know right away if the Canadian OneSpan API or Server is down? I am interested in knowing if 

a) API availability can be monitored?

b) availability of OneSpan's…

Normal topic
We are experiencing difficulties creating unit tests around portions of our code which use the SDK. For example suppose we have a class like:
public class MiscPackageSending
{
    private readonly EslClient eslClient;

    public…
Normal topic
How can I redirect to my own Web site after the document has been signed. Currently, after the completion of signing the document, we are redirected to the Thank you page. When Exit e-SignLive button is pressed, I would like to redirect…
Normal topic

Hi,

I am developing a tool for creating packages for different senders under our OneSpan account.  Can you tell me how to determine which API key to use for the different senders?  The user account with the "Owner"…

Normal topic
I want to experiment with In-Person signing in the Sandbox, is it enabled? I tried through the eSignLive UI and also through .NET, here is how I attempted to enable it in .NET, both in package creation (near top) and by Setting it again …
Normal topic

My company has an OneSpan account to request customer's e-signatures consistently. The documents are uploaded to OneSpan manually through creating new transaction in OneSpan's portal and those…

Normal topic

Hi, 

I want to retrieve a onespan users api key to use the template that user has and if any documents were added to the template then would like to retrieve those documents too.

I am using .net sdk for this…

Normal topic
How do I customize the signature field in c# so that the date gets appended to the signature once the document is signed? (e.g. E-Signed by [Signer] on [Date])
Normal topic

Please note that we are currently using .NET SDK to integrate with OneSpan and need to load layouts for sender accounts. Each sender is identified by their email address. Currently with the code noted below, we are…

Normal topic

Hello Support,

as per requirement in my project, I have to pass multiple documents(2-3) in same package for multiple e-signing.

and after e-singing of all the parties, I have to separate out these multiple documents…

Normal topic
Hi, We have tried to remove the default consent form using the following snippet eslClient.PackageService.DeleteDocument(packageId, "default-consent"); But the electronic disclosure still shows up and our signable PDF is not shown. …
Normal topic
if (!EventHandler.ContainsKey(NotificationEvent.PACKAGE_READY_FOR_COMPLETION)) EventHandler.Add(NotificationEvent.PACKAGE_READY_FOR_COMPLETION, (EventRequest request) => { // RESPONSE TO Set Status to Completed });
Normal topic
Hello! I need to be able to pull down the name of the file that was uploaded with a document in a given package. I see that there is a "FileName" property on the "Document" object, but when I pull a package down and loop through its…
Normal topic
Our application is using e-SignLive for signatures on insurance documents. Our application provides users with the ability to choose wet signatures on paper or e-signing. It is possible for a user to choose e-signing and then change to wet…
Normal topic
We have different types of agreement documents and each type would require a certain content for the Electronic Disclosure Consent page. We're not able to use templates since each agreement has custom data that we pre-generate in the…
Normal topic
Hi, I've been trying to send multiple packages asynchonously. After some testing, I discovered that it cannot truly run in parallel because EslClient.CreatePackage(DocumentPackage) acts as a bottleneck for my application. I figured that…
Normal topic
I am wanting to get information from the audit service for use within my application, but I'm not certain exactly how to use it. Can anyone provide an example? Thanks, Homer
Normal topic

I'd like the give the user the option to either sign in-person or remotely. We will be using the "email.activate" emails to send out the invitation emails for remote signers. I'm wondering if these emails will also be sent out to the…