Topic Replies Freshness Views Users
Normal topic

Hi,

I was trying the below code snipped

To upload documents to packages, 

 

headers = {
    'accept': 'text/html; esl…
Hot topic
Hi, I am trying to add signature and signature date in a PDF, using "extractAnchor" to find the white text inside the PDF. It is working for most of the PDF. But I am getting error for some specific PDF. I can see enough space is…
Normal topic

i have created a signature for the owner in UI and map some label which is common for all signers to the owner. i need to update the signature of the owner to zero through code so that the signature will not be visible to other signers …

Normal topic

Hi,

I have signed on behalf of client using Bulk Sign feature . When i retrieve evidence summary document its showing my IP in that document. Is than anyway possible to pass Client Ip since we are signing on behalf our client…

Normal topic
Guys, It has come to my attention that the header for the iPad version is different the both the desktop and the mobile version. See the attached image in the zip file. We are hiding the Notary header on both the mobile and desktop…
Normal topic

Hello,

Is onespan allowing the sender to set a custom package ID?

 

  1. I want to add a custom package id when I am making POST api/packages, please find below request…
Normal topic

I've noticed in the UI I am able to add tooltips to my radio buttons. I am wondering if this is a possible in the api as well ie

{ "id":"signer1_group1_radio1", "name":"signer1_group1_radio1", "type":"INPUT", "subtype":"RADIO"…

Normal topic
Guys, I was looking in the feature guide and I saw a section that shows you how to change the signer. Is it possible to change the Notary, since the Notary is nothing more than a signer as well?
Normal topic
I've tried to do a status change on OPTED_OUT package to DRAFT (edit data, then set it to SENT). Request
PUT /api/packages/PACKAGE_ID HTTP/1.1
Accept:  application/json,application/zip,application/pdf,text/html; esl…
Normal topic

Hi Dear,

I have query about that package id of document is unique for every document or it is just a random generated string?

Normal topic
I want to keep track of my customer's usage for billing. Do I need another key segment or is the PackageID globally unique? My customers will have their own accounts.
Normal topic
Normal topic
There is this docs page http://docs.e-signlive.com/doku.php?id=esl:api:e-signlive_rest-api-routes but there I can see only some mentions about 10.6 and 10.7, although the header contains 10.10. On some forum topics reply I was told to use…
Normal topic
Hello there, I am wondering if there is a way to refresh the status of a JSF component, for example, when a signer completed signing a document, through the event notifier. I know we'd have to use AJAX, but I haven't got an idea of how-to…
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

 

When signer receive the email to sign the document and after clicking the link document is opening.

 

is there any way signer can adjust signature box to move to correct position…

Normal topic

Hi ,

Signer has to input group of numbers together say SSN . How we design that , is there any specific input type available for this ?

Normal topic

we have created package with mandatory attachment from Signer?  is there any way to avoid approval request for openspan owner ? 

 

Normal topic
Hi Team, I am trying to Integrate our product using java and REST APIs , Can some one point me to appropriate documentation which talks about the Request PayLoad for each of the URL. Currently I am using Samples shared in Develper…
Normal topic

Hi Team, 

I wanted to modify the signer details for a package using following URL

 

 

https://sandbox.e-signlive.ca/api/packages/{packageId}=/roles/Signer3

and body

Normal topic

Duo,

Has anything changed with the process of changing the notary on a package? We are now not able to change the Notary at all on any of our Notary packages. Also, just fyi, this happens when trying to use a notary that is within…

Normal topic

Guys,

I am working on a package that has both captures on one document. I'm using the handdrawn value for one and the fromfile for the other.

On the first approval using the handdrawn value, it works fine. I then go…

Normal topic

I am creating a package with a pdf file and JSON Payload with Package status as 'SENT'. It is creating the Packae successfully in Postman. But when I used the same file and JSON payload in the Apex class and posted the…

Normal topic

Guys,

I am getting this error when trying to update the package status of a package. Is there something going on with the PUT call? I am able to do the other POST calls.

url - https://sandbox.esignlive.com/api/packages/…

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…