320 results matched your search criteria
Forum topic
OneSpan Sign
Has anyone worked on integrating esignlive with lotus notes application via lotus script (using REST API)
Forum topic
OneSpan Cloud Authentication
I have a workflow that was previously working but is now terminating the workflow with messages "Failed to send documents for signing. For more details see the logs in the windows event viewer"
Forum topic
OneSpan Sign
Hey!
I've used this codebase to put up a quick testing app: https://www.esignlive.com/blog/esignlive-how-to-creating-a-simple-php-web-application/
Unfortunately I am stuck for a day or so with a 400 error at this point:
POST /api/packages/A8e11I57ytWC1GHJzzphfLISw04=/documents/signed_docum
Forum topic
OneSpan Sign
Hi,
I want to get pdf document.
In POSTMAN
var request = require("request");
var options = { method: 'GET',
url: 'https://sandbox.esignlive.com/api/packages/{packageId}/documents/{documentId}/pdf',
headers:
{ 'postman-token': '731de084-90fd-c0ac-2fff-346723de7315',
'cache-control': 'n
Forum topic
OneSpan Sign
hi,
we have developped a platform that make it easy to integrate digital signature solution with differents internal application in a company.
a customer is interested and thus we need to deploy our platform in their Azure web application.
my idea was that is to request a sandbox + prod environment
Forum topic
Mobile Security Suite
After I introduced the SecureStorageSDK xcframework into xCode and set the build setting, I found that this plug-in could not use virtual machines! But the real machine testing is too troublesome during development, how to deal with this problem?
The error information is as follows:
Forum topic
OneSpan Sign
I have a group of customers that are looking to integrate esign Live into their Power PDF application. Is this possible and if so what steps can we take to accomplish this?
Forum topic
OneSpan Sign
Hi,
We are getting the below error when trying to retrieve documents zip. I have copied my code below. We are using a proxy to connect to one span sandbox url.
Forum topic
OneSpan Sign
We are trying to add multiple documents with Meta Data to the REST API in a single call.
We are able to add a single document with meta data using a call like
POST /api/packages/CexKAcIADCrhmET2TheZdEtnnQA=/documents/ HTTP/1.1
Host: sandbox.esignlive.com
Authorization: Basic XXXXXXXXXXXXXXXXX
Forum topic
OneSpan Sign
Good Afternoon,
i am currently in the process of updating one of our Applications to include ADA functionality. This application is pointed at the cloud implementation.