Topic Replies Freshness Views Users
Normal topic

Hi,

 

We are using this method to create an package

 DocumentBuilder documentBuilder = DocumentBuilder.NewDocumentNamed(doc.DocumentTitle)
          …

Normal topic

We have a client who wants us to send the Invitation Email to begin a signing session to a customer's cell phone as well.  They claim that some of their customers don't have email (!) and only have cell phones, and that their…

Normal topic

Hello Onespan,

I am currently having weird error.

On signing steps, when I click on 'Next' or 'Accept', (Only sometimes) Onespan prevents me to proceed with "Validation Error" (Please refer attached screen capture).<…

Hot topic
Hello, How do you populate a field when creating a package from a template? I don't want to define the field location in my code. Instead I need to simply pass along the value that should appear in the correct location. Some of these…
Normal topic

Is it possible to have it so embedded documents can be signed by users without them needing accounts?

 

User accesses out system (we have their name and email)

Can we create a transaction for that user…

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

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

Hi,

On the attached code, the template created always include myself as a signer. How can I stop this from happening?

Normal topic

Hi,

At OneSpan Sign Template Fields | OneSpan Community Platform there is a list of fields in the New Account…

Normal topic

I have implemented the designer onespan iframe into our system. I am using laravel for doing this.  My question is regarding the sender authentication code which is a single use ? How can we implement creating a package and use the…

Normal topic

Our client is receiving the error message "No Role found for signer email" when trying to send a package. We are creating a custom ID however the custom ID is guaranteed to be different (one ends in -1 the other in -2). only certain…

Normal topic

Good afternoon, 

 

I have 2 questions.

1. For a signing event does the email link ever expire for the customer ?

2. Once the documents are signed what is the expiry time for the customer…

Normal topic

I've tried to send a new transaction without success for different reasons. I've resolved all of them but this one does make sense since I have different customIds and data like email can be the same for differen Signers, What am I…

Normal topic

Hi there, 

 Below is my code to generate the package.  I am receiving an email with pdf document for esignature,every thing looks good except I'm not seeing any place to click and sign not sure if I am missing…

Normal topic

Hello,

The OneSpan Role Permission under the Transaction category 'transaction.access_other_users_transactions' (Manage users’ transactions, templates, layouts (API)) <…

Normal topic

Hi,

I'm getting a noRolesOnApproval error when trying to create a template that uses the document visibility feature. My code is attached. Any idea how I can fix this?

Thanks.

Normal topic

Hi,

I am testing the field_validators_c#.cs code from your website but I am getting an error: {"Could not create a new package. Exception: Unexpected character encountered while parsing value: <. Path '', line 1, position 1…

Normal topic

Hi Team,

We are creating a wrapper around OneSpan API and We have embedded the signing process through signer token wherein every signing we end up getting "OneSpan Consent Document".

 

Is there any…

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

Hi friends,

I have an issue with signing data from the web interface. DatePicker fails on open and I can`t select date.
Javascript error "TypeError: Cannot read properties of null (reading 'length')";

I using…

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

Hi Team,

I am trying to create a transaction. I am the account owner. I am adding 'X as a signer, but when I retrieve the transactions, I am also added as one of the signers in it.

Is there any way to exclude …

Normal topic

Hi,

I am trying to retrieve the signer authentication token to build the SignInUrl to be used in Iframe in our application, which we are working on. 

I am trying to use the approach of creating…

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…

Hot topic
Hi, I am getting the exception. Exception "Could not create a new package one step: Object reference not set to an instance of an object". I am on .NET version 4.7 and Newtonsoft 12. On debugging I can see that the error occurs in the…