575 results matched your search criteria
Forum topic
OneSpan Sign
Getting error when create package when read file from server.
Working Code: When read file from local machine
var options = {
'method': 'POST',
Forum topic
OneSpan Sign
Hi,
I'd like to know how to create package with digital signature PDF form (see attachment), normally we have PDF form with Acro field. could you please share the API/SDK create package payload ?
thanks,
Cindy
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 reposting as for some reason my post was deleted)
I a not able to create a package from a template as I receive the following error message :
Could not create a package from template. Exception: The remote server returned an error: (500) Internal Server Error.
Forum topic
OneSpan Sign
Hello,
I tried to implement "Create and Send a Package with the .NET SDK" but got following error.
Could not create a new package. Exception: The remote server returned an error: (401) Unauthorized. HTTP POST on URI https://sandbox.e-signlive.com/api/packages.
Forum topic
OneSpan Sign
We have a requirement to pass in empty firstname and lastname,
The POST API returns an error when the firstname and/or lastname are blank.
Can that restriction be removed?
Forum topic
OneSpan Sign
Is it possible? Has anyone done this?
Forum topic
OneSpan Sign
Hi , i am trying to create a package using the rest API with sandbox url : https://sandbox.esignlive.com/api/packages.
Forum topic
OneSpan Sign
Error message:
Could not create a new package.
Forum topic
OneSpan Sign
Hello,
I want to create a Draft package (no signers, no documents) with the REST API.
I'm sending this JSON string :
{
"name":"test",
"type":"PACKAGE",
"language":"fr",
"emailMessage":"",
"description":"",
"autocomplete":true,
"notarized":false,
"settings":{