Topic Replies Freshness Views Users
Normal topic
Guys, We know that we can remove the default consent from when editing the package. Is there a way to add it back in? If so, I'd be curious to know the steps involved. Thanks!
Normal topic
How do I configure the multipart request to create a package and send in attachments in a single call?
Normal topic
Summary document contains package id, signer name and email id. Please let me know if there is option to add other application specific fields in Summary document like Company name, Order id..etc.?
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
Hello, I have added signer SMS verification before sign of document. It show SMS sent. but user don't receive any SMS. even if user request SMS while sign, it say SMS sent successfully, but don't get any SMS. Here is the code. There is…
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 Duo, I am not able to send the multiple pdf doc using webClient during creating Package with binary doc by the Rest Api, can you provide me the working code for the sending multiple doc for the multiple signers using webclient(For…
Normal topic
Our integration has the browser embedded within our app, and with it we have a fairly stripped-down look in the header area of the signing session. We would like to finish our signing with these 2 extra things I can't figure out: 1…
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…