211 results matched your search criteria
Forum topic
OneSpan Sign
When we have a package that has two signers and one signer has completed signing and the other is still pending, when we perform a check status, we are getting the following error.
Could not get signing status. Exception: The remote server returned an error: (404) Not Found.
Forum topic
OneSpan Sign
eSginLive,
I'm getting an object reference error when executing EslClient.ReportService.DownloadCompletionReport() for certain dates.
The last couple of days I’ve received the following exception using the eSignLive api:
Silanis.ESL.SDK.EslException: Could not download the completion report.
Forum topic
OneSpan Sign
Hello
I am not able to fetch the documents after signing a package.
Forum topic
OneSpan Sign
Hi ,
I am posting below JSON, but its returning 1006 error code and the server repsonse is : Server returned HTTP response code: 400 for URL: https://sandbox.e-signlive.com/api/packages/
************************************************************************** JSON START****************************
Forum topic
OneSpan Sign
I am trying to accomplish the following. Please let me know which SDK classes to use:
- Get a list of all documents/templates uploaded onto a group's library (From all senders in the group).
Forum topic
OneSpan Sign
Apart from the feature guides, where can I find the complete documentation for all the REST API features available?
In some cases, I found different examples, and the URI was different.
Forum topic
OneSpan Sign
Is is possible to add a new signer to a document which is already signed?
I tried with below code
PackageId packageId = new PackageId("orB4GBrQKn33YIF6XJFgDMGdkb4=");
ossClient.ChangePackageStatusToDraft(packageId);
Forum topic
OneSpan Sign
Hello,
Our team has started the integration with eSignLive REST API to create and send packages, sign the documents and get response payload from callback listener.
Forum topic
OneSpan Sign
Is there documentation for what a listener would look like to get updates when a package is complete?