Topic Replies Freshness Views Users
Normal topic
Hello, Is there a way to update package builder after package is build? There's no method found in the SDK. Please advise. Thanks so much.
Normal topic

We have PDF forms in our system that contain "Date" areas. Some of these Date areas contain a single line for which the Date would be placed above. We have other forms where the Date area was pre-populated with the Forward Slash…

Normal topic

We want to use bulk sign to be able to sign a document for a signer

your SDK only supports passing signer Id + package ID

Is there a workaround to pass document id

Normal topic

I'm using text tag extraction to place a required text field like this:

{{*esl:signer1:textfield}}

Is it possible to customize the validation message that appears if the user does not enter a value?  It…

Normal topic

Is it possible for me add a custom attribute to the payload we receive during the callback even notification? I have multiple applications using event notifications, so I'd like a custom attribute to indicate which application the…

Normal topic

I am trying to implement Esign Designer view using below link,
https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/designer

I am trying to use the designer in using your .NET SDK

Normal topic

I'd like the give the user the option to either sign in-person or remotely. We will be using the "email.activate" emails to send out the invitation emails for remote signers. I'm wondering if these emails will also be sent out to the…

Normal topic

Hello everyone,

I've shared code details in below :

  ProxyConfiguration httpProxyConfiguration = ProxyConfigurationBuilder.NewProxyConfiguration()
                …

Normal topic

Hello Support Team,

I am using .Net SDK for esign designer view. 

Currently, I am using PDF files for esigning that is working as expected.

but, I want to know that how many documents types (other than…

Normal topic

Hello Support,

We are using .NET sdk for designer view. 
but, when user implementing designing view, every time he has to place signature on document and send e-sign email.

so, my question is that do you…

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

Is there a way to change the browser's page title during the signing session?  Ours still says OneSpan.  We have been successful at making other signing ceremony customizations as part of our integration efforts.

We…

Normal topic

Hi,

In a package with multiple documents, created using .net SDK,

Is it possible to set a document's visibility during signing ceremony only to the signers on each document, through SDK?

If so, then after…

Normal topic

Hi,

 

Is there any feature in OneSpan (.NET SDK or manual download by owner), that lets the package owner download multiple signed docs from the same package as one single PDF?

I want to leverage the…

Normal topic

Hello,

I want to create a package without a signature.
So Users can only view the document and download it.

 

Thanks

Normal topic

Hello ,

 

We are implementing .Net Core WebAPI application to get the notification from OneSpansign once the document is signed using Ngrok as mentioned in the document (https://community.onespan.com…

Normal topic

We have integrated with OneSpan using your .Net SDK (version 11.12.0.0 ).  We have built out logic to reject attachments but we have come across a scenario where if a sender has multiple attachments that are rejected, when we…

Normal topic

Good Morning guys,

My team and I have been working on this error for a few days now and we aren't sure why it is firing off. 
We found that a specific set of fields on the document are giving us this feedback…

Normal topic

We are an on prem installation running version 7.2.  We have integrated with OneSpan using the .Net SDK.  My question is how large is the message for all recipients field on the package?   We don't want to allow…

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

I have the following text fields in our web interface to be sent to OneSpan

Recipient text:

  • First Name
  • Last Name
  • Title
  • Company

KBA text:

Normal topic

Hi,

 

Is there a way to know right away if the Canadian OneSpan API or Server is down? I am interested in knowing if 

a) API availability can be monitored?

b) availability of OneSpan's…

Normal topic

Hi, i'm gettin this error message "OneSpanSign.Sdk.OssException: 'No Role found for signer email ", creating a package, this is the code that i'm using, thanks for the help.

 String API_KEY = "dzkxxxljQw==";

Normal topic

Hi, 

I am using text tag extraction feature and adding signer dynamically and without adding approval code was working fine. But now it is breaking and throwing error  Could not send the package…

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…