424 results matched your search criteria
Forum topic
OneSpan Sign
Hi, I'm trying to follow the example https://developer.esignlive.com/guides/quick-start/creating-and-sending-a-package-rest/ however there seems to be conflicting information between the required fields listed there and the ones listed on the YAML.
Forum topic
OneSpan Sign
I have a controller method
public List GetPackageTransactions(string packageId) // packageId = "660bd4f9-d090-4233-9fec-d176404e1871"
{
PackageId pid = new Silanis.ESL.SDK.PackageId(packageId);
List list = eslClient.AuditService.GetAudit(pid);
Forum topic
OneSpan Cloud Authentication
Hello everyone,
Forum topic
OneSpan Sign
Hi,
I am trying out the Text Tags for configuring the signing over the API and getting this error as I try to create the package and send.
Forum topic
OneSpan Sign
Team
We are experiencing intermittent issue while adding document to existing package. Please let us know why this could happen.
For reference i will put in package on which we faced this exception.
Forum topic
OneSpan Sign
I am getting the error below when I filled in a government pdf and send it over to esignlive.
Could you please take a look and let me know what needs to be done here?
Silanis.ESL.SDK.EslServerException: Could not upload documents to package.
Forum topic
Intelligent Adaptive Authentication
Hi,
I am getting following error while trying to update the expiry date of a package
Forum topic
OneSpan Sign
Hello,
I am trying to interface with OneSpan Sign using the REST API. I am using the LotusScript language on a HCL Notes / Domino platform.
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,
I am unable to insert document with an existing package. My sandbox api key and url work fine.