266 results matched your search criteria
Forum topic
OneSpan Sign
Customer wanted to confirm if the class com.silanis.esl.sdk.EslClient is supposed to be thread safe?
Forum topic
OneSpan Sign
Few Senders reported that when they set up the Fields such as Signature / Signer Initials they got misplaced from their side however from signer side - the document was fine and can be completed the signing without any issue.
Please kindly advise on this issue.
Forum topic
OneSpan Sign
Hi Team
I would like to sign all the documents on behalf of sender and multiple signer using a package id.
Forum topic
OneSpan Sign
I have set up the option for signers to have the option to decline, but I do not see this when we test it. Occasionally, a document is forwarded for signature, but the final approver does not want it signed for various reasons.
Forum topic
OneSpan Sign
Hi team,
I just found out that
CompletionReport sdkCompletionReport = eslClient.getReportService().downloadCompletionReport(PackageStatus.DRAFT, from, to);
only returns 100 results, so it's less meaningful in our process.
Is there any way to get the complete list of packages of a
Forum topic
OneSpan Sign
I want to setup a template where I have setup 2 groups one called Advisors the other called Manager.
Forum topic
OneSpan Sign
Hi,
I would like to know if in a transaction with several signers, there is a way to configure that if one of the signers declines the signature, this can be automatically notified to the signers who have already signed (in addition to the sender).
Forum topic
OneSpan Sign
Hi,
We would like to retrieve the count of users created over a period of time. i.e. # of users created yearly.
We are using the following API and it isn't providing us the desired results ...can you please assist?
https://signer-esignlive.com/api/account/senders?search=created:2016
thanks
Neel
Forum topic
OneSpan Sign
Hi Moshiur
The customer had Laserfiche connected to the wrong account. We are establishing a new account. Do they have to do the install all over again?
Forum topic
OneSpan Sign
Hi,
I get 400 error code.
I have the sample code below:package RestAPI;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.net.Htt