316 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
We are trying to determine which signatures have been signed with the following method:
eslClient.getApprovalService().getAllSignableSignatures(documentPackage, documentId, signerId)
however we get the following error:
Optional details: {"code":403,"messageKey":"error.forbid
Forum topic
OneSpan Sign
I have a client who is calling the ReportService method of the SDK However, for a specific date, he is getting the below error:
Code snippet as below:
Console.WriteLine("Calling for Completed "); //between 14/3/2016 - 15/3/2016
report = eslClient.ReportService.DownloadCompletion
Forum topic
OneSpan Sign
I need some help figuring out how to auto-populate fields in our documents (i.e.
Forum topic
OneSpan Sign
Hi,
I'm using the Java SDK and trying to open the signing ceremony as the package owner (sender), when the package owner isn't a signer in the package.
Forum topic
OneSpan Sign
I am trying to use the mobileCapture feature - when I open the document on a PC and click on the "Sign with Mobile Device" button - I get a message that "the requested feature is not available with the current license"
Also i am unable to use the Position Anchors with the mobileCapture using the c
Forum topic
OneSpan Sign
We would like to give the customer 15 days to sign the Document but then after they have signed to reset the Expiration Date to 90 days for us to counter-sign.
In our business, the signature for a customer signifies that we will begin building the Fiber from our location to the customer site.
Forum topic
OneSpan Sign
Hi,
I am trying to get the signing status of a package using the following SDK call:
eslClient.getPackageService().getSigningStatus(packageId, signerId, documentId)
What I noticed that this call has inconsistent behavior while returning package information.
On some occasions even if a package is av
Forum topic
OneSpan Sign
We just started receiving this error in the sandbox environment when attempting to download signed pdfs. I don't believe anything has changed on our side for quite a while now.
Forum topic
OneSpan Sign
Good day,
I am using postman and have a few routines using the (CA) Sandbox API key and query layouts by email ID, which was working.
I have another routine where I can delete the layout based on the ID copied from the routine described in the previous line.
Forum topic
OneSpan Sign
Hello,
We are new to onespan. We have integrated our salesforce application with onespan using APEX SDK for our signature use cases.