496 results matched your search criteria
Forum topic
OneSpan Sign
I am playing around with asking signers to answer questions before signing the application to add some fraud mitigation.
Forum topic
OneSpan Sign
Hi team,
We are developing a web application that uses OneSpan Api to authorize transactions. We want to know if is possible to set a signature data with values that we already have stored in our database.
Forum topic
OneSpan Sign
When I log into e-SignLive, I don't see the groups tab. I'm trying to set up group signing, like shown here:
http://docs.e-signlive.com/doku.php?id=esl:help:groups_and_delegate_access
Forum topic
OneSpan Sign
What are the session timeouts for a signer? How long do they have when signing a document to fill it out, etc...
I don't see a setting anywhere that we can change. Can it be changed by support?
Thanks
Forum topic
OneSpan Sign
I have 3 signers A, B and C. A is the sender. B and C are the other two signers. When defining the signer workflow, how can I specify B and C with same signing order 1, and then set A to signing order 2?
We are using the On-Prem version 11.13.
Forum topic
OneSpan Sign
Does eSignLive have a mechanism to auto archive completed packages after a set number of days?
It would simplify our process as we would not have to build the infrastructure in our system to manage the package life cycle if this feature already exists.
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?
Forum topic
OneSpan Sign
Hi
Can we set a CAPTURE field to optional?
If so can you send me a link to the latest object docs.
This is latest one that I can find.
http://docs.e-signlive.com/10.0/schema/index.html#package
Regards
Mario
Forum topic
OneSpan Sign
Hello, I'm attempting to upload a PDF file using :
Upload a New Document through multipart/form-data
Based on this
Forum topic
OneSpan Sign
Re Expiry date, it seems I can check [defaultTimeBasedExpiry] bool field to know Expiry date s/b calc'd by adding [remainingDays] field to Txn creation date.
There is another field call [maximumRemainingDays]<- what is this? where is it set?