Topic Replies Freshness Views Users
Normal topic
Hi, I'm trying to set up a demonstration project using the sandbox environment but I'm having troubles authenticating with the API. I initially used the .NET SDK to access the sandbox but when I hit troubles I decided to try and distill…
Normal topic
I am making the following call
https://sandbox.esignlive.com/api/packages/uUoiB-Htq5GXIvRN9VeDcjrMXYE=/documents/default-consent/approvals/b838ff5f-d63e-4a63-af92-fb2ec7fe9b98/sign
and sending in the payload the following:
Normal topic
Hi, I am trying to automation for my process. I idea here is to differentiate a PDF form b/w signed vs non-signed. Which languages can be used on what is the logic behind it? Regards KP
Normal topic
Hi Is there a REST call that can make a package expire on demand. I am aware of expiry dates field , but I need a REST call that I can make when I need to based on some business logic. Regards Mario
Normal topic
Hi We would like to know whether or not once a multi doc package has been created , is it possible to add a new document to an existing package already created ? thanks Mario
Normal topic
Hello, Is it possible to sign a document without having the signer to go through the process and click on a signature box? For instance, we have a website, a user fills the forms, we display a preview to the user and ask for confirmation…
Normal topic
Hi Can we search for packages based on the signers First Name and Last Name . Regards mario
Normal topic
Hi Can you please let me know what is the daily limit for status calls in Sandbox and PROD Regards Mario
Hot topic
Hi. I am trying to implement the sample code provided at https://www.esignlive.com/blog/esignlive-how-to-creating-a-simple-php-web-application/ I have changed the API Key to the API key in my account and url . private $url = “https:/…
Normal topic
Hello, I've searched the forum for web hooks/call backs and couldn't find anything special. Is it possible to get notified when a user signs a document? Like using web hooks or generally defining a custom function for this event? Thank…
Normal topic
Hi Can you please clarify what would be the effect of extract = true vs extract = true for a document thanks Mario
Normal topic
So the documentation on the site doesn't really help with this issue. I'm in the process of creating the JSON object used for the package and was wondering if anyone knows what the bare minimum fields are that are required for creating…
Normal topic
Guys - I have a document with 4 signature fields. When I tried to combine the fields for the one signer, it didn't work. Do we have to create a new approval for each new field that we are trying to sign? If not, can I get a JSON Package…
Normal topic
I am trying to update an exciting package that is already on draft mode. especially roles on that package. But it doesn't work here is what I did : PUT : https://sandbox.e-signlive.ca/api/packages/HfoT23yovyt66vdRL5Yt34sQWoQ= Payload :…
Normal topic
Hi Can you please give me a link to the object docs It used to be at the link below https://docs.e-signlive.com/10.0/schema/index.html#package Regards Mario
Normal topic
Guys - When creating an approval, does the "role" field of that approval have to match the "id" field in the role object for that signer or the "id" field of the signers object in the that role object?
Normal topic
Hello, I want to create a Draft package (no signers, no documents) with the REST API. I'm sending this JSON string :
{  
   "name":"test",
   "type":"PACKAGE",
   "language":"fr",
   "emailMessage":"",
   "description":"",
   …
Normal topic
Hi, Is there any requirement on the PDF so that Position Extraction is captured by the REST API? The problem I'm having is that Im working with a 3rd party which delivers a PDF with Signature Fields in the PDF. I've requested that they…
Normal topic
Hi, Is there any API or .Net SDK, we can have view the list of documents added, removed, and other Audit Trails on an package. I am using the below API to get some signing and viewed audit on a package, https://sandbox-esignlive.cdk.com…
Normal topic
Hello I created a package but removed the Electronic Disclosures and Signatures Consent. So I have a package with just one document. But when I try to sign it using the api call /packages/package_id/documents/signed_documents, I am not…
Normal topic
Good day, I am working on integrating the esignlive for pdf form applications. During my research I found this guide that seemed like would be exactly what we needed. https://www.esignlive.com/blog/esignlive-how-to-creating-a-simple-php…
Normal topic
Can we include the custom field inside the Package? If possible please let me know.
Normal topic
I'm looking for a coding example of a JSON package that would have multiple documents per transaction. Does anyone happen to know of a good link or example that I can use?
Normal topic
Is it possible to send multiple documents via one API call and one transaction? This is similar to the code in the example, can I just append each file to a new form for the MultipartFormDataContent? ByteArrayContent…
Normal topic
Hello, I want to create a package from an already created template with sign field & assign to the signer and show in an iframe to sign the fields. I am using PHP. I tried using simple web application PHP code given in the forum. but not…