Topic Replies Freshness Views Users
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 are experiencing a scenario where we have a transaction has 1 document, 1 recipient and 1 attachment request.  The document is…

Normal topic

I am trying to create the package only with documents and I will need to update it later adding the signers, the signature tag is already created in one of the documents, that is why I am using EnableExtraction. I get an error…

Normal topic

Hi,

We are thinking of embedding the Package Designer view in our web app. Our app's main content width causes the Designer view to display in a "mobile" fashion when embedded in an iframe, as the width is less than 1200px,…

Normal topic

Hi,

 

I been trying to get status' for my packages, but i am hitting a wall.

I am running the following using the owner API Key and attempting to retrieve packages that are owned by a separate sender:<…

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

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

CreatePackage with multiple documents works fine. CreatePackageOneStep with multiple documents throws wrongNumberOfFiles validation error. I can see in the stack trace:

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

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:

Hot topic

We are an on prem installation running version 7.2.  We have integrated with OneSpan using the .Net SDK and we are looking to add KBA functionality to our integration.  We have some questions that we were…

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

Sender sdr = new Sender();
AccountService accountService = new AccountService();
sdr = accountService.GetSender("##########");

Trying to instantiate accountService causes CS1729 'AccountService' does not contain…

Normal topic

Hi,

With the standard PackageBuilder/DocumentBuilder coding, as per the example below, every specific field needs to be included in the single PackageBuilder statement.  With this, every document type must be coded…

Normal topic

Hi,

Regarding using FieldBuilder for text field extraction for the creation of inputs from PDF forms...

            DocumentPackage dp = PackageBuilder.NewPackageNamed(packageName)

Hot topic
Hello, Is there any way to browse and upload an image file with handwritten signature in eSignLive account using any tool or API? I checked there's one tool using 'JAVA' but I am looking for '.NET SDK'. Thank you.
Normal topic

Hi,

I am developing a tool for creating packages for different senders under our OneSpan account.  Can you tell me how to determine which API key to use for the different senders?  The user account with the "Owner"…

Normal topic

Trying to save signed docs on our server.  Looping through the doc collection, Content is null with code bellow:

  //retrieve signed package from one span
            var pkg =…

Normal topic

We are an on prem installation running version 7.2.  We have integrated with OneSpan using the .Net SDK.  My question is there a maximum number of documents that we can upload/include in a single signing package?…

Normal topic

Hi,

  I use the Designer (transaction/{package_id}/design) in an iFrame in our WebApp.

  It shows correctly, but I would like to remove the button "Send to Sign" at the top right.

  I've seen…

Normal topic
Can you please point me or give me example of json needs to be added to add signing date in a document (Using REST API)