316 results matched your search criteria
Forum topic
OneSpan Sign
Currently the Evidence Summary download button is only added to the UI when the transaction has been completed.
Wondering if there is a way to have the Summary generate upon the Send command?
We are needing to have evidence we sent the transaction/documents, even if the Recipient never opens the doc
Forum topic
OneSpan Sign
I've been following this tutorial: https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/attachment-requirements
Forum topic
OneSpan Sign
In Sandbox, when I call the API for signing status, it always returns SIGNING_PENDING.
Forum topic
OneSpan Sign
Our application is using e-SignLive for signatures on insurance documents. Our application provides users with the ability to choose wet signatures on paper or e-signing.
Forum topic
OneSpan Sign
Hi,
I came across an issue today, we are receiving the in-correct document status when we try to check that from .NET SDK.
For Document 1:
Package Id : DawPINFPRX_fGrvTnRi0DA6UV0I=
Document Id : consent-Buyer
API URL : https://sandbox.esignlive.com/api/packages/DawPINFPRX_fGrvTn
Forum topic
OneSpan Sign
I was successfully able to change my package status to DRAFT by using the code supplied in your guide.
Forum topic
OneSpan Sign
In our code, we are using the change signer feature.
.CanChangeSigner()
Once a new signer is assigned, the eSL server generates random signer ID.
How can we get the signerID using .net to get the signing status of this signer.
Please note that we can't use callbacks in our environment
Forum topic
OneSpan Sign
Hello,
I am trying to fill PDF form and upload and then change status to SENT to publish it. But Status SENT is not working. I am facing issue with that. It give error "The requested URL returned error: 400 Bad Request".
I am able to fill PDF form and create a package with a draft in the account.
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