316 results matched your search criteria
Forum topic
OneSpan Sign
Need some assistance -
Forum topic
OneSpan Sign
We are using the APEX SDK plus OSS event notifications to manage our signing ceremonies. Salesforce sends out all emails to the signers with the OSS url.
Forum topic
OneSpan Sign
Hi,
for InPerson signing, we manually launch signing ceremony with
GET https://sandbox.e-signlive.ca/access?sessionToken=token
from Postman, I got the response as sessionId such as
{
Forum topic
OneSpan Sign
Our application is using e-SignLive for signatures on insurance documents. Our application provides users with the ability to choose wet signatures on paper or e-signing.
Forum topic
OneSpan Sign
Hi,
I am trying to find my API Key that is mentioned in the following step by step guide.
https://developer.esignlive.com/guides/quick-start/creating-and-sending-a-package-java/
The first few lines define your connection information for eSignLive.
public static final String API_KEY = "";
public st
Forum topic
OneSpan Sign
` var apiKey = "nulldev88";
$http({
url: "https://sandbox.esignlive.com/api/packages",
method: "GET",
headers: {'Content-Type':'application/json',"Authorization" : apiKey }
}).success(function (data, status, headers, config) {
console.log(data);
}).error(function (data, status, headers, config) {
c
Forum topic
OneSpan Sign
Hi Team,
We are trying to create the Approvals using REST API. This works without any issues when we don't use the text anchors.
However, when we use text anchors, we don't get the expected results i.e.
Forum topic
OneSpan Sign
I use the event notifier with a Iframe (https://community.onespan.com/documentation/onespan-sign/codeshare/esignlive-event-notifier) for couple years in my projet and when I have configure it initially the event to check for completion was ESL:MESSAGE:SUCCESS:SIGNER_COMPLETE.
Forum topic
OneSpan Sign
Hello Team,
As per your post https://developer.esignlive.com/forums/topic/whitelist-ip-addresses/
I have whitelisted following IP for callback process for production (https://apps.esignlive.com)