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

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

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

1. How to setup Web server

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

We put below in our application pom.xml:

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

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

Hi 

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

 

Thanks in advance!

Normal topic
Hi Is it possible to have radio button options , instead of typing in text for challenge answer Regards Mario
Normal topic
If I accidentally send a package to the wrong email address or the wrong signer, can I modify the package I already sent? Or do I have to delete it and start over?
Normal topic
Hi There, In our application, we are using one particular email for communications and we want the emails that go from eSignLive to the customer using the same email. However, the eSignLive account is not registered that email and I was…
Normal topic
Hello I am using the JAVA SDK to send signing co-ordinates and a base 64 document stream to eSignLive and get a signing link. The co-ordinates that I use consider top left corner as the reference origin (0,0) and calculate the signing…
Normal topic
One of our customer is currently working on rewriting their functionality for changing a package status to Draft, and they are running into some issues with getting the sdk’s functionality to work. Here is the code that…