Topic Replies Freshness Views Users
Normal topic
Hi, Is there a REST API that I can call and retrieve information about the position of the signature field(s) and metadata of a document? I would like to send a document Id/or package Id and get all the details of it. Like the same JSON…
Normal topic
Hi, Is there an API available to copy a document from one package to another package?
Normal topic
Hi, Where can I find documentation about Roles and Signers, and how they are intended to be used? I see that Roles accept an array of Signers but I couldn't find a sample of when multiple Signers are being added to that array, I have…
Normal topic
Hi, We have been trying to sign all documents using the canadian REST API (e-signlive.ca/api) We tried creating a package with the code provided on https://developer.esignlive.com/guides/feature-guides/sign-documents/ . We added a role …
Normal topic
So far, the process is this. The notary signs into the transaction and then switches to the borrower that will be signing. The borrower will then click the okay button a few times to authenticate themselves and start signing. Then another…
Normal topic
Hi, How the Callback Key is being passed when an event is raised? can you please provide a raw sample for the transaction including header tags? Would it be an oAuth? 'Bearer [callback key]' ? Thanks, Sara
Normal topic
Hi, when adding the signature tags the Designer autosaves the changes. Is there a way to know that signature tags were added or they closed the designer session? so here is the scenario: We will configure the Sender designer session in…
Normal topic
Guys, Is there a way to modify the printed date that is captured when a signer signs a document? Looking at the field list, this is what we have.
{  
    "binding":"{approval.signed}",
    "validation":null,
    "id":"ObLkNxU6DSoR"…
Normal topic
Guys, If we cancel a transaction that has a SMART Note attached to it, does the note get cancelled out of our vault as well or do we need to take steps and manually remove it?
Normal topic
Sometimes (not always, depends on situation) we want to remove the default Authorization document. I would like to know how to do it with REST API using JSON and http calls to the server. In VB.NET we do this as follows: …
Normal topic
Has anyone noticed problems with the handover URL and hash location strategy routing? If so, have you found a workaround? When setting the handover url to something like "https://www.mydomain.com/#esign", we are seeing…
Normal topic
Hi, In ceremony layout settings, we have set navigator ( directs the signer to the next available signature) property as true. So, it comes up in desktop, mobile as well but in iPad, it is not showing. Please, let us know how can we solve…
Normal topic
Guys, I have a few redirects that I am trying that are not working and would love to know where I'm going wrong. 1. I've set the handover and complete event to force the redirect of a user when completing a package and it doesn't seem to…
Normal topic
Guys, I am having a hard time finding information about setting the timezone for a date field that is captured when the signer is signing the document. Can anyone provide a link where I can find more information or possible provide a…
Normal topic
Is it possible to get all the signers url for signing Doc in the same response during the package creation with document binaries and signers detail using REST API. if yes , Please provide the demo code.
Normal topic
Hi team, I would like to know whether we have the capability to extend the max failure time before locking a signer. If possible, what's the REST API? Thanks,
Normal topic
Hi team, We have a requirement to include Parentheses in Field Validator, for example, I want signer to input "Neder Over Heembeek (Bru.)" in a textfield. Currently, we set it this way: "pattern" : "^Neder Over Heembeek (Bru.)\\s?$" and…
Normal topic
Guys, Is it possible to use the designer on a transaction that has already been created and populated with documents? I am looking at this api call and it doesn't seem to be working. https://developer.esignlive.com/guides/feature-guides…
Normal topic
Hi There , I want to know about any provision of sending the authentication token to the callback generation rest api call so that once the callback happens , we may get that token back with the request. I know we can get callback key…
Normal topic
Hi! I'm getting error when uploading package with postman. Request: POST /api/packages/WZhzAq7Kg94hKye2vaF7X6PAW2U=/documents HTTP/1.1 Host: apps.e-signlive.ca Authorization: Basic MYAPIKEY Accept: text/html cache-control…
Normal topic
Hi all, I'm trying to get to the bottom of an issue that is occurring with some of our PDF uploads (using multipart/form-data). From the response we see:
{"code":400,"message":"[error.validation.verifyDocument.documentExtractError…
Normal topic
We are having an intermittent issue with our REST API client. Normally, it posts the signing package create request in DRAFT status, posts the request to add reminders then posts a request to put the request into SENT status. On rare…
Normal topic
So I am trying to upload an image to the signature capture section, handdrawn value, and I am having an issue with one file. When I upload the file and view it in the Admin section, it shows just a solid black line and not the full image…
Normal topic
How can I disable the pop up dialog after signing completed? I'm checking this documentation for package level settings: https://docs.esignlive.com/content/c_integrator_s_guide/sdk/k_customization/customizing_the_signing_cermony.htm…
Hot topic
Hi please suggest that how we can add signature field on each page of multiple documents page using .net sdk thanks