Topic Replies Freshness Views Users
Normal topic
Hi Is it possible to have radio button options , instead of typing in text for challenge answer Regards Mario
Normal topic

Hi 

Is it possible to have datepicker in challenge answer for date of birth etc...?

 

Thanks in advance!

Normal topic
Hi Team, I'm using certificate signing in my integration. I have a scenario where the certificate signing prompt appears twice. Scenario: User receives the invitation to sign (the user would…
Normal topic
Has anyone run into a Certificate chaining error when trying to make a call to createPackage? We are using IBM WebSphere BPM v8.5 and the eSignLive SDK 10.10.1, the certificate is installed in the Cell's defaultTrustStore, however,the…
Normal topic
Hi, We are sending a PDF with fields for signature and date. The date is currently injected and is the package creation date. We were wondering if there is a way to have the date be the actual signing date. We don't want the signer to…
Hot topic
Hi, I am trying the sample application. I replaced the API Key by mine, and change the Environnement URL
public class Esign { public static final String API_KEY = "RFAPI_SAMPLE_EXAMPLE_3kzbVrQUU1VMg=="; public…
Normal topic
Hi, I'm using the Java SDK and trying to open the signing ceremony as the package owner (sender), when the package owner isn't a signer in the package. My assumption was that this code would work: String signerAuthenticationToken =…
Normal topic

Hi Team, We have a document that has three signers whose signature is needed at three places in a document. **Signer 1**, **Signer2**, **Signer3**(So the total number of Signature blocks should appear are 9).

However, in our…

Normal topic

We put below in our application pom.xml:

    <dependency>
        <artifactId>sdk</artifactId>
        <groupId&gt…

Normal topic
Hello, I am working on an eSignLive integrtion through the SDK and I have the following requirement for multiple signers: Given: a DocumentPackage for signing with eSignLive and 3 Signers. Then: 1st&3rd Signers should "Click to Sign"…
Normal topic
Hi, I followed this guide to format my PDF to accept signatures for my client1 and client2. However, client2 is an optional signer. She does not have…
Normal topic
Is it possible to call javascript after to signer has completed signing in an iframe in order to remove the iframe and do some other processing?
Normal topic
Is there any specific configuration required for setting up callbacks, like firewall setting or enabling a port. We are working in closed network inside the customers premise. Regards Surya
Normal topic
I have looked all through the SDK and the REST API, and I can't find an answer to this. Could you please assist me? In your notifications you send us a package id, a session user id, and the event name. Please let me know how I use the…
Normal topic

I am new to OneSpan and need help on setting up CallBack URL.  

1. How to setup Web server

Normal topic
1 What kind of encryption is used for the callback by esignLive. (TLS 1.1 , TLS1.2 or SSL) 2. For the callback we are investigating the possibility of using an ipsec tunnel. Does silanis setup ipsec tunnels to its customers? …
Normal topic
Hello Can anybody please help is finding a way to specify a callback endpoint while creating eSignLive package using Java SDK? Thanks Sudipta
Normal topic
Hi In the callback setup example prorgram My callback URL is given in the following variable private static final String URL = "http://my.url.com"; Can I add a port number to this URL? Will the URL below be a acceptable to Silanis…
Normal topic

So I am trying to figure out how to get the Bulk Signer function to work for a package I sent out, but I am not a developer and have no clue how to implement the code found here. 

Normal topic

I need my users to be able to sign multiple documents with a single click.  Every month we generate hundreds or even thousands of similar documents that need to be signed by the same two people in our organization.  For legal…

Normal topic
Hi There, In our application, we generate a certificate for the end user when they complete the transaction and we want that certificate to be automatically signed for the user without any interaction from us. Is such kind of integration…
Normal topic

I know how to retrieve the evidence pdf with the below code:

    byte[] evidenceContent = eslClient.downloadEvidenceSummary(packageId);
    Files.saveTo(evidenceContent, …

Normal topic
We would like to do AutoEsign in our project .But we don’t want to send email and the documents (preview or download) to the user .Is it possible to do that?
Normal topic

Hello, I tray to get more information about the authentication methid SMS, par example to know the max length for the phone number, the international format number, but i do not find anything more clear than that. Can you help me please…

Normal topic
In attempting to use signerAuthenticationTokens, I was looking at the following: http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_authentication&s[]=webpageurl#signerauthenticationtoken_example public…