Topic Replies Freshness Views Users
Normal topic

In the application we have users and organizations. A user can be a member of an organization. The use cases for signing are as follows: 

     1) An individual user has a required signature field

Normal topic
We have different signing scenarios where we want to use different Signing Page Logos. How do I do that with Java SDK? Thanks
Normal topic
Using the JAVA SDK is it possible to specify that you would like a given signer to sign using a CAC/PIV or a certificate that they own instead of using the e sign live certificate?
Normal topic
We are trying to launch an inPerson signing ceremony from a new IE or Chrome tab/window on an iPad Mini. In landscape mode the ceremony scales as it should and everything fits left to right, however in portrait mode the ceremony to does…
Normal topic
Actually it's 2 questions, sorry (don't want to create a thread for every minor Q) 1. After a signer completes signing a document, there'll be a "Thank you for for using e-Signlive" pop-up, if it's closed, the sandbox will show the…
Normal topic

Is there a known issue with OneSpan and Safari, and is the workaround to have the signer use another browser other than Safari?

Normal topic

I am looking for a place to store a signer's role. The idea here is we can store an attribute against a signer that allows us to find the proper signer based on some role in our workflow. I tried to use 'signerType' - but it seems the…

Normal topic

Hi!

I am using the SDK to create a ceremony with a custom signer id and I need to use the signer's email.

The SignerBuilder.withCustomId(String) method's javadoc says the following:

Sets the…

Normal topic
I haven't started working on the code to handles callbacks yet. I was looking at http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_event-notification and saw the SIGNER_COMPLETE notification. If I created a signer with a custom…
Normal topic
Trying to use Signer Authentication Tokens but this code always gets me “Unauthorized Access”. Please let me know what I am doing wrong. Map signerSessionFields = new LinkedHashMap(); …
Normal topic
Hi, I am currently running into an issue with utilizing X/Y coordinates to position signature tags for documents in eSignLive. In our system, we have our document creation source generate annotations on the PDF near the signature…
Normal topic
Is there any way we can differentiate while downloading the accepted document (Signature Style ACCEPTANCE ) from original document?
Normal topic
Is it possible to pass in a string with the way the date field should be formatted. The date is showing as YYYY-MM-DD, however, I need the date in the format YYYYMMDD.
Normal topic
Hi Team / Duo, Greetings for the day. I'm facing an issue, I have form that gets generated in my system (and the number of pages is dynamic based on the inputs) So there are cases where the PDF has multiple pages (template is same PDF…
Normal topic

Regarding this post

https://www.onespan.com/blog/onespan-sign-developer-uploading-image-signature

This is interesting to us as one of our customers is asking to be able to apply a 'stamp' along with a signature.

Normal topic
Hi, Is it possible to set the package expiry date programmaticaly with the e-SignLive Java API? Can you provide a sample? Thanks!
Normal topic
Hi, i have a problem when trying to generate a URL with sender authentication token to package view. When i do that on old-instance (sandbox.e-signlive.ca) its working fine. But when i do that on new-instance(sandbox.esignlive.com) its…
Normal topic
Hi, if package only contains review form(no signature required), when calling SDK to sendPackage, it returns error. Is it expected behavior? Thanks, Cindy
Normal topic
Hi, Can we send metadata with each document? In our application, we want to store multiple keys for each document. We thought about using the document Id, but it quickly became too complicated. Is there a way to store metadata for each…
Normal topic
Hello, We're currently running into an issue when the sender of a in person package also needs to sign a document within that package. Using the instructions specified in the
Normal topic

Hi,

I have created a package in Onespan, during which an email gets generated. But now, I want to send a reminder notification  email to signers of this existing package, with a link to the onespan docs. How can…

Normal topic
From the eSignLive UI there is an email button with the words "Remind" underneath. When clicked it sends an email reminder to all signers that have yet to sign. Is it possible to replicate this action of sending an on demand reminder to…
Normal topic

Hi all,

What would you recommend to use for a production application, Java SDK version: 11.33 or API calls.

Am I asking this because checking and testing the SDK seems like sometimes it fails and it has some…

Normal topic

Hello, we were informed that a change will be coming to the API interactions in the 11.36 version.  If we integrate using the Java SDK, is it necessary to upgrade to the latest version of the SDK in order to correctly handle the…

Normal topic
Hi, we upgrade SDK to 11.25 (was using 11.0.2), we noticed that the locale has been changed in 11.0.2, when we sent 'fr-CA' to SDK, SDK will translate to api package as 'fr' in 11.25 when we sent the same request, SDK translate to api…