4053 results matched your search criteria
Forum topic
OneSpan Sign
This one is actually both a question and its answer. I just received a question from an integrator who is trying to define a date field. Other topics probably cover this but I thought I would take a minute to create one dedicated specifically to this topic.
Bound fields are a little tricky.
Forum topic
OneSpan Sign
Hi,
I want to get pdf document.
In POSTMAN
var request = require("request");
var options = { method: 'GET',
url: 'https://sandbox.esignlive.com/api/packages/{packageId}/documents/{documentId}/pdf',
headers:
{ 'postman-token': '731de084-90fd-c0ac-2fff-346723de7315',
'cache-control': 'n
Forum topic
OneSpan Sign
Hello,
when i execute the following REST API call (https://sandbox.esignlive.com/api/packages) the results includes the current total transaction count, with only the most recently package / transaction json data.
is this the expected behavior?
Forum topic
OneSpan Sign
Could anyone tell me what time zone e-SignLive operates under? Is this something we can set specifically for our account?
Forum topic
OneSpan Sign
Hello,
I am wondering if there is a way to retrieve signing blocks on a single document for a specific signer and then check whether or not the signer has signed at least one of the signing blocks on the document.
Thanks.
Forum topic
OneSpan Sign
Question regarding Document Signing Certificate of Completion with session purge: A customer is asking if he could purge an eSignLive session, would the Document Signing Certificate of Completion also get purged or does it maintain a separate record of that? This is for litigation purposes only;
Forum topic
OneSpan Sign
I am following the example in your blog to Authenticate a Signer: https://www.esignlive.com/blog/esignlive-how-to-authenticating-signers/
Here is what I have produced:
var apiKey = CeremonyClient.GetKey();
var urlBase = CeremonyClient.GetUrl(); // "https://sandbox.e-signliv
Forum topic
OneSpan Sign
Hi,
I need to create a application which would allow the user to pass the text anchor position in String format.
I understand that TextAnchorPOsition is of type enum.
Forum topic
OneSpan Sign
Hello,
We would like to request being able to programmatically sign a signature on a single document for a specific signer, and sign all the signatures on a single document for a specific signer.
Thanks!
Forum topic
OneSpan Sign
We are using the designer functionality in an iframe inside our application as described in the below reference,
Reference : http://docs.esignlive.com/content/c_esignlive_integrator_s_guide/sdk/e_preparing_documents/designer.htm
Whenever there is an update to the package, we are creating a Sessio