Topic Replies Freshness Views Users
Normal topic

Hi,

Is there a complete list of possible error codes from package creation using .NET SDK available for reference?

Thanks

Normal topic

Hello Support,

as per requirement in my project, I have to pass multiple documents(2-3) in same package for multiple e-signing.

and after e-singing of all the parties, I have to separate out these multiple documents…

Normal topic

As the title asks:   I'm working on an in-person signing flow where all signers will be on the same device, and am embedding the signing ceremony in an iFrame.  For aesthetics and ease of control, I want to get rid of the…

Normal topic

In a previous thread called "General Question on eSign and PDF forms" I recently wrote a reply:

A Form can have some interactive capabilities but only through the Field Validator<…

Normal topic

Hello,

I have created the following draft package:


DocumentPackage draftDocumentPackage = PackageBuilder
                .NewPackageNamed(Path…

Normal topic

Hi,

I am looking for a way to add senders to our OneSpan account without sending the invitation email.

We are integrating with OneSpan using the .net sdk and it is being used solely as a system-to-system integration…

Normal topic

Hi,

Anybody knows if the callback functionallity can be invoked directly after signing the document and not waiting for user input on the "Confirm" button.

Or if we could trigger the…

Normal topic

Hi,

After document is loaded in Iframe, upon clicking the Sign button, I see a JS error in the console coming from the file CapsigSignatureButton.js.   screen attached.

This was working previously,

Normal topic

I'm trying to create a package that has a condition where two fields need to be marked as required if one of two (out of five) radio buttons are selected.

I've tried two ways:

FieldConditionBuilder.NewFieldCondition(…

Normal topic

Hi 

I want to retrieve api key, flow is as 

I have many accounts and for document 1 I will use account 1, for document 2 I will use another account 2. 
using C# code I will send document 1…

Normal topic

Please note that we are currently using .NET SDK to integrate with OneSpan and need to load layouts for sender accounts. Each sender is identified by their email address. Currently with the code noted below, we are…

Normal topic

Is there a way via the API to get an a count of attachments for a transaction or a list of transactions and when they were added.  It doesn't appear new attachments change the Update Date.  We have people who are signing their…

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

We have been able to use the Bulk Invite Sender Tool to bulk provision users.  Is there a way once someone is created in OneSpan that I can programmatically assign their role within a subaccount.

Normal topic

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.

Normal topic

In my code I have 2 parameters that I am passing string uniqueId, string coBrand can you elaborate on this comments?

Co-Branding: To apply co-branding, you would typically configure these…

Normal topic

Where do I find my API Key?

Normal topic
Hello, I recently updated the api version for Silanis.ESL.dll from 10.3 to 10.13, after doing so the code that I'm using to dynamically build the packages for getting signed no longer works. The test code that I use with hard coded values…
Normal topic
Hello, Is there a way to find the document in the package on which we received signer_complete or package_complete event? Thanks, Sushma
Normal topic
Hi there, We are loading our documents in an iframe and are encountering errors with client browsers that have Third-Party Cookies disabled. Here is a sample of the error that is shown in the browser console:
Refused to…
Normal topic
Hi, I came across an issue today, we are receiving the in-correct document status when we try to check that from .NET SDK. For Document 1: Package Id : DawPINFPRX_fGrvTnRi0DA6UV0I= Document Id : consent-Buyer API URL :…
Normal topic
I'm wondering how I can make the text area name "Commentaire" in the pdf filled correctly. The text in the document does not appear correctly and is always on one line. I'm using a code similar to this : var documentBuilder =…
Normal topic
I am using the Silanis.ESL API in C# and am having the following issue. In a document with multiple signatures I would like to insert the date of the first signature (chronologically) at a specified location on the document. Thank you…
Normal topic

Hello, 
 

I have a scenario where I have a signer that is attached to a package but does not have fields to sign on a document. I am able to generate the url for the signer using this line of code in .NET

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…