OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
2848 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
Is there a REST API that I can call and retrieve information about the position of the signature field(s) and metadata of a document? I would like to send a document Id/or package Id and get all the details of it.
Forum topic
OneSpan Sign
In a previous thread called "General Question on eSign and PDF forms" I recently wrote a reply:
Forum topic
OneSpan Sign
HI All ,
I have default consent document and three accept only documents and last one include sign. I would like user can't move next document without accept it.
Forum topic
OneSpan Sign
Hello,
We are using the .NET SDK to setup transactions with documents containing only signature fields. We are using Text Tag extraction as our signature locator and I attached the code we are using to do this.
Forum topic
OneSpan Sign
Is it possible to pass attachments to eOriginal?
Forum topic
OneSpan Sign
Hello,We are upgrading to Laserfiche 11 and needing an upgraded version of the connector. We are using 'OneSpan Sign for Laserfiche Avante 10.4.2 Beta with Patch 3' currently.Can you please point us in the correct direction. Thanks.
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
Hi ,
I have to update existing signer of a package.
Signer is already created now I have to add required documents for signer.
how to update Signer.