Topic Replies Freshness Views Users
Normal topic
I want my package to be sent to a party not a signer, and not to any of the signers. How do I provide for this with .Net?
Normal topic
Hi, Does anyone know if it's possible, given a PackageID, to trigger a reminder email so that all the signers are reminded to sign ? I know its possible to set up a reminder before the creation of the package but what I am trying to do is…
Normal topic
We have several processes that use eSign and almost all use the default consent/disclosure page. However, there's just one use case where we need to disable the consent/disclosure page when submitting transactions. How do we do this via…
Normal topic
Hi Silanis team- me again :) We just updated to the .NET SDK to version 11.0.0. Since then we are getting the following error: Could not create an authentication token for a signer. Exception: The remote server returned an error: (500)…
Normal topic
The following code does not return the specific error message.
 try
            {
                PackageId packageId = eslClient.CreatePackage(documentPackage);
            }
            catch (Silanis.ESL.SDK.ServerError ex)
   …
Normal topic
Hi Team, Could you please help us in getting the .NET SDK code to create a Notary enabled transaction and adding the associated fields like Notary seal, Notary expiry and other Notary-related fields. This request is from Otis-Elevator. …
Normal topic

C# code that can be used to generate usage reports (code mostly by Duo) and also a downloader tab to download inflight and/or complete transactions and their associated files.  Useful to download and use as is or reuse the code in…

Normal topic

Hello,

We try to use .NET SDK , but you don't use C#, and try to translate to another language.

https://community.onespan.com/fr/documentation/onespan-sign/guides/guides-de-demarrage-rapide/developpeur/creation-et…

Normal topic
The .Net SDK throws exception “Object reference not set to an instance of an object.” When we try to retrieve some data like (Layouts, Sender info, Auditlog) and there is no data. It would be better if it just return null, instead…
Normal topic
We use anchor text for placement of our signature anchors. Are you allowed to use the same anchor text for multiple signature anchors, or does each place you want an e-Signature need a unique anchor text? Right now it appears when using…
Normal topic

Hello, I tried to make an API call to retrieve incomplete SENT packages, but the results included a COMPLETED package along with SENT packages. All COMPLETED pakcages were not returned, just one was.  Here is the call:

Normal topic
Should I be able to view current packages for all senders under the same account using the API key and .NET SDK? I have created a Sandbox account with an additional sender and can successfully create a new package in DRAFT passing only…
Normal topic

Hi Team,

I am trying to fetch a list of transactions that should include the received transaction from other senders which requires the signing.

Unfortunately, I don't see the transactions which are sent by others…

Normal topic

We have forms that we need to retrieve the values from but not all fields are required.  WHen I use the FieldSummaryService.GetFieldSummary the blank fields are dropped instead of returning "" so no fields are missed.  How do…

Normal topic

I'm not having any luck with the code below to retrieve approvals. It's not outputting anything. Any ideas why?

 

using System;
using System.Collections.Generic;
using System.Diagnostics;

Normal topic
Hello, I am wondering if there is a way to retrieve signing blocks on a single document for a specific signer and then check whether or not the signer has signed at least one of the signing blocks on the document. Thanks.
Normal topic

HI,

How should I get package Id in E-sign call back? I am working with .NET MVC. 

 

Thanks,

Baskar G

 

Normal topic

OneSpan recently implemented "Signers can now: (1) upload one or more supporting documents to a transaction before the transaction is completed; (2) upload multiple documents in a single attachment.".

How do I turn…

Normal topic
Hey there, im having a problem with IsRequired propertie: 1 - Through the management console I created a DocumentTemplate (X) where I define all the fields and properties such as IsRequired. 2- Using the API im building a…
Normal topic

I have a few questions in regards to text fields on documents in the signing ceremony:

Can we make the text fields on documents Required or Optional?

Can we specify which signers we want to have Required or…

Normal topic

When using

ReportService.DownloadCompletionReportAsCSV

 ReportService.DownloadUsageReportAsCSV

 

How can I specify the subaccount and/or subaccount users that I want information returned…

Hot topic
Silanis I’m a developer for Mendota Insurance. We’re still in the development phase using your eSignLive product in your sand box environment. I have some questions around the reporting. We were told the portal has just a small…
Normal topic
Hello, I'm using your .NET SDK, version 11.20. I have read here: https://www.onespan.com/blog/onespan-sign-release-1118-enforcing-signature-capture-signature-level?_ga=2.154275704.1343324496.1576399843-896096308.1544024362 that: In…
Normal topic

Hi.  Can you tell me if it is possible to change a template document name for a new transaction, and if so how this can be done?

e.g.

            Form form = new Form("FormName");<…

Normal topic
We need to remove the ability for users to download the signed PDF through the web interface, both via the emailed signature request and the browser based version (using host/access?sessionToken={mytoken}). We've tried to set the…