239 results matched your search criteria
Forum topic
OneSpan Sign
Regarding Updates to Package data, there appears to be a date/time data field called "update". The Package also seems to have a similar date/time data field called "update" for Sender info contained inside a Package. Do these "update" fields get changed for any/all changes, or on
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 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
Hi,
I been trying to get status' for my packages, but i am hitting a wall.
I am running the following using the owner API Key and attempting to retrieve packages that are owned by a separate sender:
/api/packages/:packageId
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
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
I was trying to add a new document to existing package and got the following error
Cannot edit or delete package.","name":"Access Denied"
Forum topic
OneSpan Sign
Hi all. Help with the following really appreciated.
Below code produces exception: "code":500,"name":"Unhandled Server Error". This exception occurs when uploading PDF with form inputs. Flat PDF (no form inputs) works fine.
Forum topic
OneSpan Sign
Hi
I'm trying to update the STATUS from "DRAFT" to "SENT" but getting an error. Here is my snippet...