1315 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
from the screenshot I attached, there are total 14 packages in the inbox, but I only see 1 package in the inbox
could you explain where are other 13 packages ?
thanks,
Cindy
Forum topic
OneSpan Sign
HI,
How should I get package Id in E-sign call back? I am working with .NET MVC.
Thanks,
Baskar G
Forum topic
OneSpan Sign
Team,
We are getting exception saying 'Bad Request(400) : package is in invalid state' while doing client.SendPackage(package). I would like to know, in what all cases we will get this error.
Thanks,
SK
Forum topic
OneSpan Sign
If I update an existing package to SENT am I able to add any new documents to the package? Can I can update the package status to ACTIVE or some other status, add the document and then update status again to SENT?
Forum topic
OneSpan Sign
I noticed that packages are removed in my sandbox.
Are you cleaning it frequently ?
Forum topic
OneSpan Sign
Hi,
Are there APIs to access packages that are completed via salesforce connector?
please let me know
Forum topic
OneSpan Sign
User is receiving error:
02/25/2019 08:35:41.00: Could not upload documents to package. Exception: The remote server returned an error: (400) Bad Request. HTTP POST on URI https://apps.esignlive.com/api/packages/fnoXU33p3SSUy7mp4T_D6zLeA4o=/documents.
Forum topic
OneSpan Sign
Hello,
I am trying to create a document package and send it as a "draft".
Here is the code that I have came up with :
EslClient eslClient;
PackageId packageId = eslClient.CreatePackage(package);
if I want to create a package with a "sent" status instead of draft, I ad this line :
eslClient.SendPac