243 results matched your search criteria
Forum topic
OneSpan Sign
I'm trying to add a role to an existing package in draft status.
Forum topic
OneSpan Sign
Is there a way to retrieve a list of packages in the Trash folder using Java SDK? I understand Trashed is a property not a package status. But I need to purge all packages that are trashed.
Forum topic
OneSpan Sign
Hi team,
Our client is asking what status a package would reach if there were ONLY recipients (no signatories in the package). Does OneSpan Sign system track when the recipients open the package? Does that count as “Complete” for that receiver?
Thanks in advance!
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
I'm wondering what kind of "out of the box" options eSignLive may have to facilitate a requirement of ours.
We are fulfilling the role of sender and the signers are (obviously) filling the role of signer, but what if we had a 3rd party who was not either a sender or a signer but is interested in kn
Forum topic
OneSpan Sign
Within our OneSpan build, we have chosen to use optional signatures where a document may have more than one section to sign but a customer has a choice which sections they are approving (e.g. service work order). This has been working well until an edge case appeared in testing.
Forum topic
OneSpan Sign
Hi, everyone,
We're starting a project to integrate eSignlive into the salesforce org of a customer in my company.
While checking the documentation, we've seen that this specific part is pretty useful to us:
http://docs.esignlive.com/content/e_classic_application_user_s_guide/signers/receiving_es
Forum topic
OneSpan Sign
I was told I could set a package up for review, but I don't see the option to stop a package from going to COMPLETE status once signing is complete. Where would I find that option?
Forum topic
OneSpan Sign
Hello,
just started to work with the REST API.
currently working thru the Python test cases / examples.
i have two initial observations.
1.
Forum topic
OneSpan Sign
Hi
I'm trying to update the STATUS from "DRAFT" to "SENT" but getting an error. Here is my snippet...