Topic Replies Freshness Views Users
Normal topic

This API call requires {senderId} but when I use my "name" or "email" it does not work, nor does it work for any other value I could think of to try. The documentations says "The unique sender id" but what is that value? where does it…

Normal topic

Hello!
I would like to know if there is any endpoint within the REST API to which I can send a parameter and get a list of transactions whose name contains that parameter.

For example: https://sandbox.esignlive.com/api…

Normal topic
Hi, I want to get document status that when and how many times document is opened. when user fills document fields, as I am getting document summary. Please let me know how it is possible I am using nodejs and showing document in iframe…
Normal topic

Hello,

 

I would like to get the Evidence Summary of a completed transaction in Java.

I have checked this 

Normal topic
Hi team, There's a guide named Field Values from your Feature Guides where I've found a function in SDK to get all field values in one shot: eslClient.getFieldValues( packageId ) My question is, is there an endpoint URL…
Normal topic
Hi, I am trying to retrieve the packages which are in "DRAFT" status , below is API url. Below is my code that i am running, in the response it always returns only one package and that too with the status "COMPLETE" . There are packages…
Normal topic
Hi, I want to get pdf document. In POSTMAN var request = require("request"); var options = { method: 'GET', url: 'https://sandbox.esignlive.com/api/packages/{packageId}/documents/{documentId}/pdf', headers: { 'postman-token': …
Normal topic
I'm trying to get the pdf file via php using curl but I get nothing returned. When I do the same in Postman I get the PDF file. Here is my php code
$headers = array('Content-Type: application/json', 'Authorization: Basic '.$ApiKey…
Normal topic
What route do I use to retrieve packages only with the status of 'DRAFT'?
Normal topic

How to get the relation ship between sub accounts through get api

so that i can programatically create relation ships while creating a sub account
(parent > child > grandchild)

Normal topic

Hello!
I am developing a portal where you can see the latest transactions made in OneSpan, as well as the % of progress of the transactions, see the next person to sign and the possibility of resending the signature email to said…

Normal topic
Is it possible to access the address for a signer like we would for a Signer Title or Signer Company? I know there are two fields available for the address. Just looking to see if I can get the data back from them.
Normal topic

We are in process of changing OneSpan SDK to OneSpan REST
 

In SDK we are retrieving the status using GetSigningStatus(objPackageId, signerId, null) which giving us 'InActive' status as output…

Normal topic

Please refer to the attached logs, we are getting "Gateway Timeout: 504 Gateway Time-out" error in bulk. Request you to please have a look and help us with some resolution.

We are first…

Normal topic
Hi , Please assist with "Could not download the documents to a zip file. Exception: Unexpected character encountered while parsing value: <. Path '', line 0, position 0." exception. Here's the code piece that produces error<…
Normal topic

could you please help me why i'm getting this error, here i want to request for signing only one document and one signer. Attached the file for which i'm testing.

 

{

"documents": [

{

Normal topic
HI, I am trying to integrate designer view in my app through this link https://developer.esignlive.com/guides/feature-guides/designer/ "https://sandbox.esignlive.com/api/authenticationTokens" works fine and getting authentication value but…
Normal topic

Getting error when create package when read file from server.

Working Code: When read file from local machine

 

 var options = {

       …

Normal topic

Hello,

 

I want to know how to get document Id for Evidence Summary doc just like we get it for signed docs ?

Normal topic

Hello,

 

I can't find an API call that can give me list of time and date in which each signers are notified to sign documents. Also is there is an API call that lists each signer and their signed date?

Normal topic
I have seen the post regarding the Signingurl from the package. http://docs.e-signlive.com/mc/content/c_esignlive_integrator_s_guide/rest_api/signing_url.htm In this example it is getting the signing url by the following GET method GET …
Normal topic
Hi, Just a little bit of background first on what my objective is: We have a Web Application for Institutions used by their staff (brokers). The Application which creates legal forms with merged data in PDF. The final output is a combined…
Normal topic
Hi, Currently we are getting the error when we sent the same Package ID where signer Opt Out and reinitiating the Signature. Please confirm whether this will accept the request or not. Thanks, Allanki
Normal topic
i am using sand box API with PHP for electronic signature but it shows authentication error. Please advice what is missing //Define api key and api url private $url = "https://sandbox.esignlive.com/api"; // private $key = "your…
Normal topic

Hey guys,

How do we change the GMT to borrower's time zone in Evidence Summary?

evidence summary