158 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I'm having issues setting the expiration date to null.
These are the functions I'm calling:
EslClient eslClient = getEslClient(companyId);
PackageId pkgId = new PackageId(packageId);
DocumentPackage dp = eslClient.GetPackage(pkgId);
dp.ExpiryDate = null;
eslClient.UpdatePackage(pkgId, dp);
Af
Forum topic
OneSpan Sign
Trying to save signed docs on our server. Looping through the doc collection, Content is null with code bellow:
//retrieve signed package from one span
var pkg = oss.GetPackage(req.PackageId);
Forum topic
OneSpan Sign
While attempting to upload a document to a package via the following call: https://sandbox.esignlive.ca/api/packages/9uPhYzkvKRJXmdxv4Bje_7gz9Ls=/documents
I am presented with the following error:
POST https://sandbox.e-signlive.ca/api/packages/9uPhYzkvKRJXmdxv4Bje_7gz9Ls=/documen
Forum topic
OneSpan Sign
We have been using Silanis .NET SDK for almost a year now and have a separate staging environment that uses the sandbox Silanis environment. However, today, this code below started failing as GetTemplates() is not returning anything.
Forum topic
OneSpan Sign
contract is a class with accessible properties that have been populated by this point and is a parameter being passed into the call here.
All the text anchors have been verified in the starting doc...
Forum topic
OneSpan Sign
Hi all,
What does the following error message mean when trying to pass through a Salesforce attachment to OneSpan?
Error creating OneSpan package with documents: 520 - null - error code: 520
Forum topic
OneSpan Sign
Hi I'm getting this error but not sure how to debug it.
Is there a way to know which user it is referring to?
Req:
{"sender":{"email":"[email protected]"},"settings":{"ceremony":{"events":{"complete":{"dialog":true,"redirect":"https://www.google.ca/search?q=beaches&biw=1680&bih=905&tbm=isc
Forum topic
OneSpan Sign
Hi,
I've created a layout containing a signature with all available fields (Signing Date, Date, Signer Name, Signer Title, Signer Company, Text Field, Checkbox, List, Radio, Text Area, and Label) using the eSignLive designer screen, but when I retrieve the package via the REST API some of the fiel
Forum topic
OneSpan Sign
Guys,
I have an existing transaction that I am trying to add documents to. Below, you'll find the json package that I am sending up with the files. I am getting this error when trying to upload those files.
Forum topic
OneSpan Sign
Hello, would help me understand what I'm doing wrong ?
The method is called in package creation process.
In the following are the values for Mobile signature method compare with Mouse capture.
I don't see any problem for Mobile signature.
// Mobile signature - Error response
String response = clie