168 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
I have successfully built a Laserfiche Workflow that sends out a document for signature from one signer and retrieves the signed copy as a new version.
Forum topic
OneSpan Sign
During the development of a small PoC, we have hit an exception in one of the REST calls that we are not able to resolve. What we are trying to do is the following:
1. Clone an existing template with one document and signature configured.
Forum topic
OneSpan Sign
Hello,
As part of retrieving the signatory information for a DocumentPackage we are getting Errors if a particular Signatory(part of various signatories) has not completed the signing.
Forum topic
OneSpan Sign
We are an on prem installation running version 7.2. We have integrated with OneSpan using the .Net SDK and we are looking to add KBA functionality to our integration. We have some questions that we were hoping you could help answer:
Forum topic
OneSpan Sign
When I use the .NET SDK version 11.5, I'm have a problems getting the signerId of package signers.
What I want to do is this:
call the eslClient.GetPackage(packageId) method to get information about an existing package
get an authorization token, by SignerId, for a signer from
Forum topic
OneSpan Sign
eSginLive,
I'm getting an object reference error when executing EslClient.ReportService.DownloadCompletionReport() for certain dates.
The last couple of days I’ve received the following exception using the eSignLive api:
Silanis.ESL.SDK.EslException: Could not download the completion report.
Forum topic
OneSpan Sign
Hi Team,
We are using POST reminders api to schedule reminders. Initialy, we are creating package in DRAFT status.
Secondly, we are calling reminders POST api to set reminders.
As a response, we are getting 404 error.
Forum topic
OneSpan Sign
Hello, would help me understand what I'm doing wrong ?
The method is called in package creation process.
In the following are the values for Mobile signature method compare with Mouse capture.
I don't see any problem for Mobile signature.
// Mobile signature - Error response
String response = clie
Forum topic
OneSpan Sign
Hello,
Create package API is failing with client app authentication whereas the same works with API key.
I used SDK version 11.34 for client app and 11.15 for API key. Can someone please help wth the below issue?
Forum topic
OneSpan Sign
Hello,
I am not sure if this is an issue with the APEX SDK, REST API, or bug in eSignLive. We are using the APEX SDK to create the package + documents in one call from a custom Salesforce page.