142 results matched your search criteria
Forum topic
OneSpan Sign
Hi there,
I have been trying to update documents that have FULL_NAME signers to HAND_DRAWN signers using the JAVA SDK.
Forum topic
OneSpan Sign
I'm experiencing an issue when I try to update a signature type from click-to-sign to capture, after a transaction is created.
We have tried the modifySignature method using the Java SDK and it seems like this approach does not work.
Forum topic
OneSpan Sign
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
Here is the error message I get:
Forum topic
OneSpan Sign
Hi, I am unable to create a package with the JAVA sdk for the attached document. I am getting an eslServerException with a technical message
Forum topic
OneSpan Sign
Regarding this post
https://www.onespan.com/blog/onespan-sign-developer-uploading-image-signature
This is interesting to us as one of our customers is asking to be able to apply a 'stamp' along with a signature.
Forum topic
OneSpan Sign
We are trying to add signers to the package that was already sent through the API and keep getting the following exception:
com.silanis.esl.sdk.internal.EslServerException: Could not add signer.
Forum topic
OneSpan Sign
Hello,
We're currently running into an issue when the sender of a in person package also needs to sign a document within that package.
Forum topic
OneSpan Sign
I have a particular document/form that has a few different fields which are of a small size, namely: date, year and state.
Forum topic
OneSpan Sign
I'm currently using Java SDK to create a package:
<dependency>
<groupId>com.silanis.esl</groupId>
<artifactId>sdk</artifactId>
<version>11.38</version>
</dependency>