1307 results matched your search criteria
Forum topic
OneSpan Sign
As the remote agent I want to programatically update a SENT package to DECLINED.
Forum topic
OneSpan Sign
What route do I use to retrieve packages only with the status of 'DRAFT'?
Forum topic
OneSpan Sign
Hi Team,
Can anyone provide me the sample JSON for Create Package API which include below features:
1. Reminder Schedule.
2. Review Before Completion.
3. Templates.
Thanks in Advance.
Forum topic
OneSpan Sign
Hi
Is there a maximum length for the package id.
Thanks
Mario
Forum topic
OneSpan Sign
One of our customer is currently working on rewriting their functionality for changing a package status to Draft, and they are running into some issues with getting the sdk’s functionality to work.
Here is the code that he has written so far, as well as the Logging outputs that he
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
Is there a post on how to delete a document from a package
I can see a post on how to add a document to an existing package.
https://developer.esignlive.com/guides/feature-guides/document-management/
Thanks
Mario
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,
We have a typical business case wherein the Admin Assistant creates a package for signing. The Signer is required to upload an attachment and sign the document.
Forum topic
OneSpan Sign
Hi ,
I am trying to call the RETRIEVE INFORMATION ABOUT A PACKAGE api and getting the below error. Can you please let me know why i am seeing this error.