109 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
I have a template which is has a 47 documents inside it. when I am creating the Package based on this template it is taking long time to generate the document package. it is taking around 47 seconds to be generated.
Forum topic
OneSpan Sign
I've grabbed a completion report and am looping through the packages to archive them.
I've tried the following:
RestClient client;
client = new RestClient("https://apps.e-signlive.com/api");
UrlTemplate template;
template = new UrlTemplate("https://apps.e-signlive.com/api");
St
Forum topic
OneSpan Sign
Hi,
I am getting below error when I am trying to notify signer.
{"messageKey":"error.validation.notifySigner.outOfOrder","code":400,"message":"Unable to notify the signer until it is their turn to participate.","name":"Validation Error"}
Forum topic
OneSpan Sign
I am trying to accomplish the following. Please let me know which SDK classes to use:
- Get a list of all documents/templates uploaded onto a group's library (From all senders in the group).
Forum topic
OneSpan Sign
We're trying to generate the package using template. Templates are created in sandbox.esignlive.com.
Forum topic
OneSpan Sign
Hi!
Do you have anywhere online full REST API documentation with all possible request payload fields defined?
For example, there is a http://docs.e-signlive.com/doku.php?id=es
Forum topic
OneSpan Sign
During the development of a small PoC, we have hit an exception in one of the REST calls that we are not able to resolve. What we are trying to do is the following:
1. Clone an existing template with one document and signature configured.
Forum topic
OneSpan Sign
Hello,
I hope someone can help me out with this, since I was not able to find an answer to my questions in the documentation that I read on your site. Here is what I am trying to do:
1. Take existing PDF document and add all required placeholders/signature fields to it.
2.