47 results matched your search criteria
Forum topic
OneSpan Sign
Hello I created a package but removed the Electronic Disclosures and Signatures Consent.
So I have a package with just one document. But when I try to sign it using the api call /packages/package_id/documents/signed_documents, I am not able to sign the document.
What could the issue be here?
Forum topic
OneSpan Sign
Our main use case is for our system to wait for document signing to get completed and for this, we rely heavily on eSignLive callback notifications. Typically, we receive the callbacks with just a few seconds delay upon actual signing.
Forum topic
OneSpan Sign
Hi,
I want to show 2 documents of my package together at a time during signing ceremony. Typically, I see that as soon as one document's signing ceremony completes, another document arrives.
Forum topic
OneSpan Sign
Hi Team, we have a one span configured to send the document signing in french but when they complete the signing our tags in document for Signer's Date [{{esl:Signer1:signingdate}}] is showing the date format as English format rather than French date format.
Forum topic
OneSpan Sign
Hi eSignLive,
Currently the documents are auto navigating to next document with in the same package once the signing completed on document.
Forum topic
OneSpan Sign
Using Apex SDK i am trying to create package with pdf file/document and send it to esignlive server
After this I am trying to do something
.....
request.setEndpoint('https://sandbox.esignlive.com/api/packages/' + pkgID + '/documents/signed_documents');
To sign the document.
Problem is that pdf
Forum topic
OneSpan Sign
Hello Michael,
During the processing in an application a client noticed that below statement takes few seconds (5-10) to execute:
PackageId packageId = eslClient.createPackage(documentPackage);
Can you please let us know how much time this should ideally take?
Forum topic
OneSpan Sign
Hello,
I am getting this error while generating the signing URL:
Could not sign documents. Exception: The remote server returned an error: (500) Internal Server Error. HTTP POST on URI https://apps.e-signlive.ca/api/packages/-XN_Sbs1bSm9Hbs1x3dqpUWdBUk=/documents/signed_documents.
Forum topic
OneSpan Sign
Hello,
We are trying to sign document using API api/packages/{packageId}/documents/signed_documents and passing "handdrawn" string in request body.