1312 results matched your search criteria
Forum topic
OneSpan Sign
I have a package that was sent out for signing and was completed successfully. The member is now trying to access the documents to review for their records and have input their Q&A incorrectly too many times. When I open my OneSpan Inbox and look into this package, this signer sho
Forum topic
OneSpan Sign
when I tried to create a package using API call to my sender account (not the owner), even in the header, I put the sender API key there, but I got error message as
Forum topic
OneSpan Sign
Hello,
It seems the Package Object is not too happy with if statements with in the code block.
Forum topic
OneSpan Sign
How do I get packages awaiting my signature?
Forum topic
OneSpan Sign
Hi !
I'm trying to update a package and replace the pdf document in it, but I get this error :
Unable to update package settings. Exception: Le serveur distant a retourné une erreur : (403) Interdit. HTTP PUT on URI https://sandbox.esignlive.com/api/packages/-bANyCo4NvqdgiEPNbMG2tLdaRE=.
Forum topic
OneSpan Sign
Hello,
i'm a junior developer and it has been my second week learning Node JS so errors might be because of my poor use of Javascript.
My problem is that after sending a request pretty much like in the example given on
Forum topic
OneSpan Sign
I couldn’t find a method to add documents to package in draft mode.
It seems UpdatePackage updates everything but documents.
Is there a method to add documents in the package once it been created?
If there is such method in your SDK please point me and I will take a look there.
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,
Is it possible to set the package expiry date programmaticaly with the e-SignLive Java API?
Can you provide a sample?
Thanks!
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?