79 results matched your search criteria
Forum topic
OneSpan Sign
Guys,
I am trying to work with the new signer experience and I am seeing a few issues that I am not able to resolve as there does not seem to be any documentation on how to set these items.
Forum topic
OneSpan Sign
I'm interested in modifying a signer's challenges on an existing package that hasn't been sent. In some cases this means adding a challenge for the first time. In other cases this means first removing existing challenges. Here's some code I tried.
Forum topic
OneSpan Sign
Guys -
I have a document with 4 signature fields. When I tried to combine the fields for the one signer, it didn't work. Do we have to create a new approval for each new field that we are trying to sign? If not, can I get a JSON Package example of how to do it since mine isn't working.
Forum topic
OneSpan Sign
Years ago, with our initial eSign implementation we noticed a significant drop off when we required a married couple to sign separately.
Forum topic
OneSpan Sign
I am following the example in your blog to Authenticate a Signer: https://www.esignlive.com/blog/esignlive-how-to-authenticating-signers/
Here is what I have produced:
var apiKey = CeremonyClient.GetKey();
var urlBase = CeremonyClient.GetUrl(); // "https://sandbox.e-signliv
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
We are exploring a solution to display signature blocks utilizing the Apex SDK based on the Signer’s time zone.
Forum topic
OneSpan Sign
I'm currently using Java SDK to create a package:
<dependency>
<groupId>com.silanis.esl</groupId>
<artifactId>sdk</artifactId>
<version>11.38</version>
</dependency>
Forum topic
OneSpan Sign
currently the first name, last name, and date are placed in the signature block. Can other data also be placed there, specifically the signer's title? Can this be placed with the signature or can it be placed in another location? Is this a back office setting? Can this be done through the api?