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

Hello,

I could not find  esl-sdk-external-signer-verification jar in the maven repository. Please help.

 

<dependency>
  <groupId>com.eSignLive.com.esl</groupId>

Normal topic

I'm currently using Java SDK to create a package:

<dependency>
    <groupId>com.silanis.esl</groupId>
    <artifactId>sdk</artifactId>
   …

Normal topic

Hi

 

I successfully create a package with two signers: Signer 1 has email address [email protected] and signer 2 has email address email2@cibc…

Normal topic

A client (Progeny Systems) wants to use PCC (Personal Certificate Client) with iFrame, and can't seem to find how to define the signing method.

From the UI, under recipient settings -> Advanced tab, the signing method can…

Normal topic

Hello,

I'm wondering if it is possible to associate fields with signers using the Java SDK? My use case is that in addition to a signature, users need to be able to fill in additional information in a textbox.

From…

Normal topic

Hi Team,

I downloaded the sample code for java springboot project and java servlet. I am unable to find classess for Oss CallbackEvents and OssCallbackVo for some reasons. Can you please help me to get these classess code.

Normal topic

We are transitioning to New Signer Experience. When we test documents that are ready to sign, we are receiving e-mail notifications with one notable difference between classic and new signer experience: Given documents that have already…

Normal topic

We are seeing this error:

Caused by: java.lang.NoSuchMethodError: com.silanis.esl.sdk.builder.CeremonyLayoutSettingsBuilder.withoutIFrame()Lcom/silanis/esl/sdk/builder/CeremonyLayoutSettingsBuilder;

Just…

Normal topic

Hello,

I am in the process of testing the migration of API key to API Token. I created a client app in the test account, got the client id and client secret. But I can't retrieve the Token API from the ApiTokenConfig

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,

I have been trying to update documents that have FULL_NAME signers to HAND_DRAWN signers using the JAVA SDK.

Problem is that when there are 2 signers with the same email, the second signer needs to draw…

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

We put below in our application pom.xml:

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

Normal topic

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

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

Normal topic

Is there a Java SDK code example to do OAuth 2.0 for creating an EslClient?

Right now I'm using clientAppId and clientAppSecret.

We'd like the initial authentication to return an access token and an expiration…

Normal topic

We just started receiving this error in the sandbox environment when attempting to download signed pdfs.  I don't believe anything has changed on our side for quite a while now. I removed the email address from the error message…

Normal topic

Is there a certain data type you are using to generate the Package Ids for packages? I would like to reference the package id.

Normal topic

Hello,

How do I get the SMS feature enabled on my account and send a transaction via SMS? 

Normal topic
Hi, Is there a way to build a package such that one signer would sign 2 documents. Here is an algorithm that I am looking at: 1. Use PAckageBuilder to build a package named 'OriginalPackage' 2. Add 'signer1' and 'signer2' to…
Normal topic
Hello, I'm looking for a way to unlock a sender through the Java SDK. I know that a sender can become locked after attempting to delete a sender when they have currently active transactions, and I've also see that the sender can become…
Normal topic
Hi, We're working on a workflow that would require our users to upload attachments as part of the signing ceremony (to validate their identity when signing in-person). We can set the attachment to be required as part of the signing…
Normal topic
Normal topic
Hi, I have to send number of files in one package but number of files and there location path are passed as input argument. User may send one file or more than one files. I am not able to find the way how I dynamically include files…
Normal topic
Is there a way to disable the consent page, that pops up before signing a document, using the SDK while creating a package?