917 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
Can we know what all email validations are using ( example:[email protected], .in , .org)
Forum topic
OneSpan Sign
Hi
Does the signer session URL expire after around 30 minutes, even if we don't click on the link at any time.
Is this configurable at account or api level?
Regards
Mario
Forum topic
OneSpan Sign
Using REST API to create the package along with the documents and return a response package id. After that, we initiate a REST API signerAuthenticationToken passing packageId and email address of the signer which then redirect to an iframe to begin the signing ceremony.
Forum topic
OneSpan Sign
Hello,
We have created a package . Signed all the roles the package, status is complete but we have not received SIGNER_COMPLETE event for one Signer(Co-Buyer).
Forum topic
OneSpan Sign
I haven't started working on the code to handles callbacks yet. I was looking at http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_event-notification and saw the SIGNER_COMPLETE notification.
Forum topic
OneSpan Sign
Hi Silanis team-
I am attempting to generate hyperlinks directly to a document in a package for a particular signer role, with authentication.
Forum topic
OneSpan Sign
Can you please point me or send me the link to the API/ SDK code to allow for in-person scenario to toggle between signers.
Thanks
Forum topic
OneSpan Sign
Hi,
We've a scenario wherein we have 3 signers for a given document and all of them sign sequentially. Singer1 signs then signer2 and then signer3.
The issue though is that signer2 is identified at runtime and known to signer1.
i.e.
Forum topic
OneSpan Sign
Hi,
Is there a way to build a package such that one signer would sign 2 documents. Here is an algorithm that I am looking at:
1. Use PAckageBuilder to build a package named 'OriginalPackage'
2. Add 'signer1' and 'signer2' to OriginalPackage
3. Add 'document1' and 'document2' to OriginalPackage
4.
Forum topic
OneSpan Sign
I use your example to test your API.
........
SignerBuilder.NewSignerWithEmail(email1)
.WithFirstName("dejan")
.WithLastName("lukic")
.WithTitle("Pack title")
)
.......
Signer receives email as Reviewer instead as a Signer.
How to actually set the receiver as Reviewer or a Signer?