132 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I have a requirement where I need to get the signing URL like shown here http://docs.esignlive.com/content/c_integrator_s_guide/rest_api/signing_url.htm
I able to successfully get the signing URL, this URL will then be embedded in another system for use.
As a result, I need to stop the eSL emai
Forum topic
OneSpan Sign
Hi,
I am not able to change the transaction name in Draft package in the new Sender UI. Steps I did:
1. Create New Transaction with name "transaction 1"
2. Change Transaction name to "transaction 2", pop up appears saying "The transaction has been successfully saved.
Forum topic
OneSpan Sign
Should I be able to view current packages for all senders under the same account using the API key and .NET SDK?
I have created a Sandbox account with an additional sender and can successfully create a new package in DRAFT passing only the secondary account as the sender.
Forum topic
OneSpan Sign
Hi,
We are seeing very slow performance - both in API responses as well as trying to use the web UI. The API is also sporadically returning us 500 errors.
Forum topic
OneSpan Sign
This works (after unzipping the file)
byte[] bytes = eslClient.PackageService.DownloadZippedDocuments(packageId);
using (Stream file = File.OpenWrite(DocumentName+".zip" ))
{
file.Write(bytes, 0, bytes.Length);
}
This creates a corrupt document
byte[] bytes= eslClient.PackageService.Downloa
Forum topic
OneSpan Sign
I have a question on how to install a writeback to defined salesforce fields after completing esign package. I already build a convention, that is working properly and writing back values inside PDF to defined Salesforce fields.
Forum topic
OneSpan Sign
Team,
I have been going through your eSignLive’s JavaScript Event Notifier feature (https://www.esignlive.com/blog/esignlive-event-notifier/) and this is pretty interesting feature.
Forum topic
OneSpan Sign
I am migrating servers for Laserfiche and OneSpan. Laserfiche 11 is successfully migrated, LF Server, Web Client, Workflow, etc.
Forum topic
OneSpan Sign
Hello,
I received an error message on trying to create a OneSpan package with the error code: "The number of Pre-Verify results does not match the number of documents that were sent for verification."