Topic Replies Freshness Views Users
Normal topic

Hi there,

I have been trying to update documents that have FULL_NAME signers to HAND_DRAWN signers using the JAVA SDK.

Problem is that when there are 2 signers with the same email, the second signer needs to draw…

Normal topic

Hello, I tray to get more information about the authentication methid SMS, par example to know the max length for the phone number, the international format number, but i do not find anything more clear than that. Can you help me please…

Normal topic

We put below in our application pom.xml:

    <dependency>
        <artifactId>sdk</artifactId>
        <groupId&gt…

Normal topic

I know how to retrieve the evidence pdf with the below code:

    byte[] evidenceContent = eslClient.downloadEvidenceSummary(packageId);
    Files.saveTo(evidenceContent, …

Normal topic

Is there a Java SDK code example to do OAuth 2.0 for creating an EslClient?

Right now I'm using clientAppId and clientAppSecret.

We'd like the initial authentication to return an access token and an expiration…

Normal topic

We just started receiving this error in the sandbox environment when attempting to download signed pdfs.  I don't believe anything has changed on our side for quite a while now. I removed the email address from the error message…

Normal topic

Is there a certain data type you are using to generate the Package Ids for packages? I would like to reference the package id.

Normal topic

Hello,

How do I get the SMS feature enabled on my account and send a transaction via SMS? 

Normal topic
Hello, I want to sign a single document with multiple person on different postions. Appreciate your help.
Normal topic
Hi, How can i use SDK to set multiple signature block on the same document for a single signer and the values to be passed dynamically. I have a list of coordinates which specify the position and size of my signature block for a…
Normal topic
Hi , I have to update existing signer of a package. Signer is already created now I have to add required documents for signer. how to update Signer. Required document is dynamic so if request for required documnet is two/three or…
Normal topic
Hi , Signer update another signer as change signer. Now Signer A updated SIGNER B as a SIGNER. Now I need to download all required documents uploaded by changed signer(B). If I am doing all Signer of package it is still showing…
Normal topic
Hi team, If our application somehow missed the callback notification of declined event, is there any SDK function that can be used to fetch the details about signer who opted-out/decline and with what reason? Thanks in advance!
Normal topic

Hello,


As part of retrieving the signatory information for a DocumentPackage we are getting Errors if a particular Signatory(part of various signatories) has not completed the signing.


The…

Normal topic

Is there a known issue with OneSpan and Safari, and is the workaround to have the signer use another browser other than Safari?

Normal topic

I create a package with three signers, could one signer be removed from this package via java SDK, if yes, when this signer can be removed?

Thanks

Wendy

Normal topic

Hi all,

I am trying to implement SDK-11.33 to my current sprint boot application. But when I try to start the app I get the following issue: 

Caused by: java.lang.IllegalArgumentException: LoggerFactory is not a…

Normal topic

Hi all,

What would you recommend to use for a production application, Java SDK version: 11.33 or API calls.

Am I asking this because checking and testing the SDK seems like sometimes it fails and it has some…

Normal topic

is it possible to update account owner firstname and lastname via JAVA SDK call? If yes, how to do it?

 

Thanks

 

Wendy

Normal topic

Hi

is it possible to do Enforcing capture signature via JAVA SDK? if yes, could you please show me the code sample?

 

Thanks

Wendy

 

Normal topic

Hi,

 

Is there a way to send an email to the signer when a package is ready to download which means that this package has been signed and status is COMPLETE without enable email.complete.

Thanks

Normal topic

Hello - What is the logic behind validating the phone number entered in the SMS Authentication field?  How does the system know that 111-111-1111 is an incorrect number in America?  Thanks.

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

Hi 

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

 

Thanks in advance!

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)…