Topic Replies Freshness Views Users
Normal topic

Guys,

I am creating a package with a notary that will have multiple signers. 

I noticed that if I include a handover, once signer one has finished signing, the pop up comes up giving that user to exit or…

Normal topic

I have attached my JSON code.

I need OneSpan to redirect to a success link if possible after signing. I did some searching and found that instead it would be a button to go to the success page but a redirect is preferred.

Normal topic

Hello,

I have successfully tested the hand-drawn signature value via the REST API. However, I have noticed some differences in the user experience when using a base64 string directly derived from a hand-drawn value compared to…

Normal topic
In our document package, there is a questionnaire. There are two checkbox (Yes, No) after each question. I can put a checkbox there, but how can I make it mandatory, saying the user has to select either Yes or No?
Normal topic
if i create 5 packages with 5 templates can i group together and send it as a single email to customer for signing
Normal topic

I was able to sign a document when a signer is assigned to a signbox using API.
But the same users sign is not possible when the singer belongs to a group.

is there any restriction to sign via APIs for groups?

Normal topic

I would like to be able to save a 'role' type attribute against a group signer - for example 'Insurance Agent'. I find when I save a signer of type group, the customId attribute is not returned when I request the package. Is there an…

Normal topic

Hey guys,

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

evidence summary

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
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
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
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

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

Hello,

 

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

Normal topic

Getting error when create package when read file from server.

Working Code: When read file from local machine

 

 var options = {

       …

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

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 , 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

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

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
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

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

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
What route do I use to retrieve packages only with the status of 'DRAFT'?
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…