155 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
following the documentation here (http://docs.e-signlive.com/mc/content/c_esignlive_integrator_s_guide/sdk/l_esignlive_mobile_sdk/esignlive_mobile_sdk.htm?_ga=1.160581373.1707062570.1464967640) it provides a link to download the IOS mobile SDK.
Forum topic
OneSpan Sign
I'm referencing the custom signing ceremony settings, in an attempt to customize the Thank You dialog content.
Forum topic
OneSpan Sign
Hi,
I'm having a problem. When I define the payload to create the transaction, OneSpan overrides the attachment ID.
For example, the user is required to attach 2 documents.
Forum topic
OneSpan Sign
Hi There,
I am using the example provided on this page : https://developer.esignlive.com/guides/quick-start/check-package-status-and-download-documents-java/
In this example, there's a line to check the Signing Status:
SigningStatus sentSigningStatus = eslClient.getSigningStatus( packageId, nul
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
Actually it's 2 questions, sorry (don't want to create a thread for every minor Q)
1. After a signer completes signing a document, there'll be a "Thank you for for using e-Signlive" pop-up, if it's closed, the sandbox will show the completed form and a link to download it in the header.
Forum topic
OneSpan Sign
I am making good progress on my project I am now at a point were I want to have my app download the document after the signing is complete.
To do this I would like to set up a call back event on PACKAGE_COMPLETE
My dev environment is local 127.0.0.1 with a local host name How can I test the call
Forum topic
OneSpan Sign
Hello,
Hopefully a quick question, but I'm attempting to use the DownloadedFile class (com.silanis.esl.sdk.io.DownloadedFile) when downloading signer attachment files using the line:
DownloadedFile file = eslClient.getAttachmentRequirementService().downloadAttachmentFile(packageId, attachmentI
Forum topic
OneSpan Sign
Hi,
Just a little bit of background first on what my objective is:
We have a Web Application for Institutions used by their staff (brokers). The Application which creates legal forms with merged data in PDF. The final output is a combined set of legal forms with merged data from the back end.
Forum topic
OneSpan Sign
Hello,
Our team has started the integration with eSignLive REST API to create and send packages, sign the documents and get response payload from callback listener.