286 results matched your search criteria
Forum topic
OneSpan Sign
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 SignerSession with Signer Authentication Tokens as per the below blogs
Forum topic
OneSpan Sign
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:
Forum topic
OneSpan Sign
Hi Duo,
Hope you are doing well!
Forum topic
OneSpan Sign
java.lang.NoSuchMethodError: org.apache.http.entity.StringEntity.(Ljava/lang/String;Ljava/nio/charset/Charset;)V
at com.silanis.esl.sdk.internal.RestClient.post(RestClient.java:98)
at com.silanis.esl.sdk.service.PackageService.createPackage(PackageService.java:52)
at com.silanis.esl.sdk.Esl
Forum topic
OneSpan Sign
Hi,
I am getting below error while creating the package
Forum topic
OneSpan Sign
I'm trying to save some metadata in the `data` attribute of approvals, or even within a `Field`, but when I GET the package, `data` is `None`. I've had no issues saving metadata within `Documents.data`.
Forum topic
OneSpan Sign
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.
Forum topic
OneSpan Sign
Hi,
I'm trying to send an extra document to an existing package (with no document) using the REST API endpoint /api/packages/{packageId}/documents.
Doing so returns me a "406 Not Acceptable" error, which doesn't tell me much on what is wrong.
Forum topic
OneSpan Sign
Hello,
I am using PHP REST API.
First i create draft package, then upload form with data, and then publish it. But there is disclosure electronic signatures document get created.