Topic Replies Freshness Views Users
Normal topic

Hi,

I am looking out for adding signatures for multiple documents in a package while creating the package. The documents are of varied sizes, so, number of pages differ, and so signatures need to be dynamically added during…

Normal topic

Hello,

 

I try to install the version 11.41 of com.silanis.sdk

As I see, there is a dependency on littleproxy 1.1.2 (org\littleshoot\littleproxy\1.1.2)., but it has not been updated since 2017.

Normal topic

Hello,

I am in the process of testing the migration of API key to API Token. I created a client app in the test account, got the client id and client secret. But I can't retrieve the Token API from the ApiTokenConfig

Normal topic

Hi. I've got fields that I've set up like this:

.withField(createFieldBuilder(FIELD_TEXT_BOX_CONSTANT, TEXT_BOX_GRP_ADDRESS_CONSTANT, "tbRetirementDate")
.withFontSize(22))

The font size is not…

Normal topic

We are seeing this error:

Caused by: java.lang.NoSuchMethodError: com.silanis.esl.sdk.builder.CeremonyLayoutSettingsBuilder.withoutIFrame()Lcom/silanis/esl/sdk/builder/CeremonyLayoutSettingsBuilder;

Just…

Normal topic
Hi There, In our application, we generate a certificate for the end user when they complete the transaction and we want that certificate to be automatically signed for the user without any interaction from us. Is such kind of integration…
Normal topic

Intermittently getting some of our senders set to 'EXTERNAL_SENDER'. What would cause this? Package TmMr3BJ4K8RXuVOKzkfRtFeSsWo= is one example. Thanks

Normal topic

Hello I found this code for to be able to create a signing session : 

 

 Map<String, String> signerSessionFields = new LinkedHashMap<String, String>();
   …

Normal topic

I am looking for a place to store a signer's role. The idea here is we can store an attribute against a signer that allows us to find the proper signer based on some role in our workflow. I tried to use 'signerType' - but it seems the…

Normal topic

Customer wanted to confirm if the class com.silanis.esl.sdk.EslClient is supposed to be thread safe?

So far, going by the examples they were assuming that it is indeed thread…

Normal topic

Code:

.withValidation(FieldValidatorBuilder.regex("^\\d{2}/\\d{4}$").required().withErrorMessage("Please enter a valid retirement date (MM/YYYY)"))

When we are testing and when we do not enter a value,…

Normal topic

We are moving over to New Signer Experience. We are using Java SDK to add validation to fields like this:

.withValidation(FieldValidatorBuilder.regex("^\\d{2}/\\d{4}$").required().withErrorMessage("Please enter a valid…

Normal topic

We are transitioning to New Signer Experience. When we test documents that are ready to sign, we are receiving e-mail notifications with one notable difference between classic and new signer experience: Given documents that have already…

Normal topic

We've got a form where one section is a radio button group. The "Actions required" language at the top of the New Signer Experience form is telling user there are 8 actions when in actuality there are only three because one of the…

Normal topic

Hi,

the optout reason is configured under package.settings, but package.settings doesn't have French language. how to define French optout reason?

 

thanks,

Cindy

 

Normal topic

FieldStyle has static types for BOUND_COMPANY, BOUND_NAME, and BOUND_DATE, but these values do not appear in the values returned by FieldStyle.values(). I would like to look up the FieldStyle like FieldStyle.valueOf(SOME_NAME)…

Normal topic

We are seeing rare instances where downloaded PDFs from OneSpan are corrupted. We are using Java SDK. Are there previous examples of this and fixes?

 

Thanks.

Normal topic

Hi,

Can I get a list of all webhook callback events, WITH their meaning for each?

Thanks,

Venu

Normal topic

Hi Team,

I downloaded the sample code for java springboot project and java servlet. I am unable to find classess for Oss CallbackEvents and OssCallbackVo for some reasons. Can you please help me to get these classess code.

Normal topic

I created a template using the Web UI, where i added a "Signer1" placeholder along with some textboxes and checkboxes. I created a package from this template using this guide:

https://community.onespan.com/documentation…

Normal topic

Hi 

Is it possible to have datepicker in challenge answer for date of birth etc...?

 

Thanks in advance!

Normal topic

I am new to OneSpan and need help on setting up CallBack URL.  

1. How to setup Web server

Normal topic

Hi OneSpan Support Team

We're looking to enable 2-way SSL between our application and OneSpan using the Java SDK. Can you please provide some guidance on:

- steps required to enable 2-way ssl on a OneSpan account

Normal topic

Hello,

I'm wondering if it is possible to associate fields with signers using the Java SDK? My use case is that in addition to a signature, users need to be able to fill in additional information in a textbox.

From…

Normal topic

Hi,

In the CA sandbox environment we ran into the following error when uploading a package using the .NET SDK. The package had multiple signers with the same email address. As OneSpan now supports signers with the same email,…