Topic Replies Freshness Views Users
Normal topic

What parameter can I use on a capture tag, to set the fromfile value to true.

I cannot find it anywhere. This is what I've tried, but it is not a valid parameter:

{{esl:signer1…

Normal topic

In the designer of a package, there is a checkbox "Accept only" for a signer. How can I set this to true using the .NET SDK?

 

Normal topic

Hi,

I am trying to create a new package using .net sdk from template which is already defined in the UI. I am trying to find an example which will help me to get started. This is what we are trying to accomplish

1…

Normal topic
Trying out the SignDocuments(packageId, signerId) call in the example throws EslServerException. Additional information below: Could not create a signer authentication token. Exception: The remote server returned an error: (404) Not Found…
Normal topic
I am working on a project where we will submit documents to ESign Live from our electronic document storage system. Whenever the primary application stores the documents electronically, it automatically protects the PDF document from…
Normal topic
Hi. I have just started working with the API and the .NET SDK, because I wasn't able to add another signer from the sandbox WEB UI to a recently created transaction. This just occurs when one or more of the recipients have already signed…
Normal topic
I'm creating an application to get all packages for an account with a date range. I'm using the following call Page completed_packages = eslClient.PackageService.GetUpdatedPackagesWithinDateRange(DocumentPackageStatus…
Normal topic

Hello,

We're using the .NET SDK for OneSpan Sign. When creating a package, we're receiving a message that we've placed an object (presumably the signature) outside the page boundary. The full error details from the SDK…

Normal topic

I have been using the .NET SDK solidly for about 6 weeks with no issue. My coworker mentioned 2 weeks ago that one day he suddenly could not create a signing package when he could the previous day. I could not reproduce the error (below…

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…