Topic Replies Freshness Views Users
Normal topic
Guys, I am looking at the documentation for sending documents to a vault and was wondering if anyone had any examples for me to view. https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/package_settings_for_digital_lending…
Normal topic
Guys, I cannot seem to find documentation on how to create radio buttons and groups. Do you guys have any examples or documentation that you can point me to?
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

Re Expiry date, it seems I can check [defaultTimeBasedExpiry] bool field to know Expiry date s/b calc'd by adding [remainingDays] field to Txn creation date.

There is another field call [maximumRemainingDays]<- what is this…

Normal topic

Hi,

 

We have a scenario where there is extra long names and the Esign stamp is truncating those at about 70 characters. We need to retain the whole text for legal purposes. Is there a solution or work around…

Normal topic

We have been using the "name" field in Packages along with "description" field.  Is there another field that we could dedicate for our use? 

For example, and Ideally, we would have a "drop down" box with pre…

Normal topic
Hi, We have an onsite installation of esignlive and ewitness esl api shows following version at /api/sysinfo { "schema": "16.10.4", "version": "16.6.16", "timestamp": "2017-12-12 23:32+0000" } I'm attempting to extract the…
Normal topic
Hi, I want to extract ip address, geolocation and signature date of a signer. Can you help me please? Thank you.
Normal topic
Hello, I hit the REST API to try and delete a document from our package, and this is the response we got. { "messageKey": "error.validation.cannotDeleteDocumentInActivePackage", "message": "Document is in a active package and cannot…
Normal topic
Receiving this error as we just switched our app over from sandbox to production. Here was the Sandbox URL we were htting before: https://sandbox.e-signlive.com/api Here is the URL we are hitting now: https://apps.e-signlive.com/api I…
Normal topic
Hi Team - Once we have accepted the consent document , and when the document is loaded again to be accepted ,what we see is the the confirm button on top right above the the navigation tool , Also once the document is accepted and loaded…
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
Hey there, I'm building out an application where I have to prepopulate a PDF with values the we either already have or gather from the user. I've used your blog post
Normal topic
So I was able to create a package, with a field which is placed on the first page. How can I say that the field needs to be on every page?, or only on the last page, keeping in mind that I don't know in front how many pages the file…
Normal topic

I need to add a signer to a package that has non-signature fields (i.e: textfield, checkbox, selection). Is that possible?

 

I saw a blog that claims there is a feature named "No signature fields" that enable…

Normal topic
Hi, If our application somehow missed the callback event of opt-out/decline, is there any REST API which can be used to fetch the details about signer who opted-out/decline and with what reason?
Normal topic
Hello, I have a scenario that I would like to flag a package for future assessment from a third party individual. There is any way to add information to a package using REST API but is not present in any document, just behind the scene,…
Normal topic
Hi Team, I created an application to use your API, Recently i got new requirement that once package is Signed will download the Document but its in Secured format to get the file with Out Password secured i got to know that we can Use the…
Normal topic

Hi, 

Is it possible to inject the values using field names rather than ID , since its becoming very difficult to send values using id because if we have four environments each time its very difficult to inject values…

Normal topic
Guys, Is there a way to force our Notary accounts to have to accept the default consent?
Normal topic

We are facing this issue intermittently in production.

We have a grid on our template which includes set of `Country Code` and `Phone Number` fields. 

The issue is - after package is…

Normal topic
Hello, Currently we're having the following solution: 1. PDFs are created using DOCUMENT EXTRACTION (for signatures) and FIELD INJECTION (for text fields); 2. Values for text fields are new in every request; 3. Positions for text fields…
Normal topic
Hi! Do you have anywhere online full REST API documentation with all possible request payload fields defined? For example, there is a
Normal topic

In looking at the API reference as well as playing around with the calls in Postman, while Onespan guides users to create a bearer token, often they're not using it, instead passing the API Key in basic authentication. Why is this? What…

Normal topic
Hi, I had 2 general question. Does ESignLive support the following: I understand these scenarios will may not occur in the production environment. I wanted this information to prepare our application test cases. 1. Can a role be added…