Topic Replies Freshness Views Users
Normal topic

When using

ReportService.DownloadCompletionReportAsCSV

 ReportService.DownloadUsageReportAsCSV

 

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

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
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

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

HI,

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

 

Thanks,

Baskar G

 

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

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

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

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
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

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
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
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

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

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
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
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 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
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, 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
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

I know how to get subaccount api keys but how do I get a senders API key.  The user has left State employment so I can't have them just login and give it to me.   I don't see it in the Sender structure.

Normal topic
Hi Michael, I have used the following code to get the urlToDsigner string userAuthenticationToken = eslClient.AuthenticationTokenService.CreateUserAuthenticationToken(); AuthenticationClient authenticationClient = new…
Normal topic
I can't seem to get the senderAuthenticationToken. I'm receiving a 415 error code, Unsupported Media Type. Any ideas what I'm doing wrong? PackageId packageId = eslClient.CreatePackage(superDuperPackage); using (var…
Normal topic
Is there any way to send a document as a notice that doesn't require a signature?