1273 results matched your search criteria
Forum topic
OneSpan Sign
We are using SMS authentication along with email notification for access to the signing ceremony.
Generally the experience is that the email is sent, the user clicks the link, the SMS is sent and the user logs in with the PIN.
Some times the SMS is not sent.
Forum topic
OneSpan Sign
Hi,
I searched this forum for past discussions on this topic and understood that the blue swirl watermark(next to the signature) is the eSignlive company logo.
I wanted to know if this watermark can be replaced by my company logo?
Forum topic
OneSpan Sign
Hi
I capture the traffic when switch signer in the signer dropdown list.
Forum topic
OneSpan Sign
Hello,
We're currently running into an issue when the sender of a in person package also needs to sign a document within that package.
Forum topic
OneSpan Sign
As specified on this page:
http://docs.esignlive.com/content/c_integrator_s_guide/sdk/k_customization/customizing_the_signing_cermony.htm?Highlight=customization#Customiz
I have applied settings in the code:
------------------------- code snippet-------------------
.WithSettings(DocumentPackageSet
Forum topic
OneSpan Sign
Is there any way to get the password to unlock a file that has been signed in OneSpan? Our users sometimes need to edit the document in Adobe after it has been signed. I have seen a couple other similar questions here, but no definitive answer on whether or not that is possible.
Forum topic
OneSpan Sign
Hello Duo,
Here is our use case scenario:
Forum topic
OneSpan Sign
Hi,
resending a signing invitation doesn't work. Not in the Sandbox and also not from the Web UI.
I actually don't believe I am making a mistake using both. Maybe the problem is in our package coding, wich however works fine with all other REST APIs we are using.
Forum topic
OneSpan Sign
I am creating a transaction with REST API . and i offer the ability to the user to use the designer in order to add signors and signatures. However, when the user tries to add recipient, the signing order attribute is set to ON automatically. Can that be disabled all the time ??
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