661 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
We are new to esignlive, and developing with JAVA.
Forum topic
OneSpan Sign
Hi,
I am trying to get evidence summary for a package . But it is returning a response with "Not Acceptable" and code 406. Below is the api url and response.
Forum topic
OneSpan Sign
As specified on this page:
http://docs.esignlive.com/content/c_integrator_s_guide/sdk/k_customization/customizing_the_signing_cermony.htm?Highlight=customization#Customiz
I have applied settings in the code:
------------------------- code snippet-------------------
.WithSettings(DocumentPackageSet
Forum topic
OneSpan Sign
I'm using Firefox Poster to try to create my http call to create a package in eSignLive with the API and am struggling a bit.
From Poster I send a POST request to https://sandbox.esignlive.com/api/packages/ withthe content as:
{
"name": "My Document",
"type":"PACKAGE",
"languag
Forum topic
OneSpan Sign
I'm using same code in demo and in prod, works fine for demo but not in pord. but I'm getting the following error message.
Forum topic
Intelligent Adaptive Authentication
Dear Supporter,
We would like to delete user master from OneSpan but it's popup message error as below:
Status Code : -300
Return Code : -1
Forum topic
OneSpan Sign
Hi,
I am trying out the Text Tags for configuring the signing over the API and getting this error as I try to create the package and send.
Forum topic
OneSpan Sign
Hi Haris,
I am trying to create new package and then updload the document at a later point after creating package.
Basically i want to it separate the steps.
Forum topic
OneSpan Sign
While attempting to upload a document to a package via the following call: https://sandbox.esignlive.ca/api/packages/9uPhYzkvKRJXmdxv4Bje_7gz9Ls=/documents
I am presented with the following error:
POST https://sandbox.e-signlive.ca/api/packages/9uPhYzkvKRJXmdxv4Bje_7gz9Ls=/documen
Forum topic
OneSpan Sign
Hi,
I've read through the rest api documentation at (http://docs.e-signlive.com/mc/content/c_esignlive_integrator_s_guide/rest_api/packages.htm) and am interested in finding out if there is a sample code available for invoking the "Create a new document package along with document binaries" API.
A