3700 results matched your search criteria
Forum topic
OneSpan Sign
Hi
Does eSignLive have a healthcheck endpoint
Regards
mario
Forum topic
OneSpan Sign
We are trying to add multiple documents with Meta Data to the REST API in a single call.
We are able to add a single document with meta data using a call like
POST /api/packages/CexKAcIADCrhmET2TheZdEtnnQA=/documents/ HTTP/1.1
Host: sandbox.esignlive.com
Authorization: Basic XXXXXXXXXXXXXXXXX
Forum topic
OneSpan Sign
Hi
Is there a way to hide the Exit Document button?
Can it be done at the account level?
When I am creating a package, I am setting the HandOver (href, title, text ) object .
Will the hiding it at the account level , override this package level setting.
Regards
Mario
Forum topic
OneSpan Sign
We have existing Nintex workflows, using CoSign for electronic signatures. We are investigating changing to eSignLive for signing. Is it possible to have multiple signers in a flow, with some signing in parallel and some signing only after others have approved/signed?
Forum topic
OneSpan Sign
Hi,
We've a form that has multiple radio button groups and we would like to overlay the eSL radio buttons on it.
Does eSL allow multiple radio button groups?
e.g. a radio button group for Gender ( Male or Female), Employee Status (employee or contractor) etc.
Forum topic
OneSpan Sign
Hi there,
We are loading our documents in an iframe and are encountering errors with client browsers that have Third-Party Cookies disabled.
Forum topic
OneSpan Sign
I'm getting below error
{"Error occured while getting response from handoff -
Forum topic
OneSpan Sign
Is it possible to get data back from a package after it has been signed? For example if I have a text field on a template, after it has been filled out and signed, is there a way to get that data within my visual studio project?
Forum topic
OneSpan Sign
Hello;
I am trying to set up REST API integration for one of my clients.
I've gotten as far as:
1) Create The Package
2) Add a Document
3) Create a Signer (Role)
4) Add the Signer
I am now trying to send the document to the Signer.
How does one do this?
Forum topic
OneSpan Sign
I'm having difficulty understanding the inclusion of the callback key described here:
http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_event-notification
private EventNotificationConfig eventNotificationConfig;
public string URL = "http://my.url.com";
public string KEY = "abc";