382 results matched your search criteria
Forum topic
OneSpan Sign
Is there an option to make a package view only? This would be the final document our users see in our application and they do not need to sign or accept.
We are hoping to use eSign for all our document viewing needs.
Forum topic
OneSpan Sign
Is there anyway to suppress the automatic email to signers on package creation? We would like to give our application user the option to sign now (we will retrieve signing URLs), or sign by email (appears to be sent automatically at package creation).
Forum topic
OneSpan Sign
Hi team,
There's a guide named Field Values from your Feature Guides where I've found a function in SDK to get all field values in one shot:
eslClient.getFieldValues( packageId )
My question is, is there an endpoint URL for the same function in REST?
Forum topic
OneSpan Sign
We are unable to find delete and update related API method call for sender
account in eSignLive documentation.
We have refereed this page of documentation:
http://docs.e-signlive.com/doku.php?id=esl:api:e-signlive_account#get_accoun
Please also provide information how we can suspend sender account
Forum topic
OneSpan Sign
How can I disable the pop up dialog after signing completed?
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
Hello,
I've created a notarized transaction, when I want to send the transaction (with REST API) i get this error :
Code :400
message : "There is no Notary with a signature assigned to this package."
messageKey : "error.validation.notarizedProcess.noNotaryInvolvedInSigning"
I tried to send the tra
Forum topic
OneSpan Sign
Hi,
I'd like to know how to download the flatten version of signed document via REST API? does it also configured in the account level?
Currently, we are using something like the below, it's giving me unflatten one.
Forum topic
OneSpan Sign
I understand the following link is where I can test REST API Call:
https://community.onespan.com/products/onespan-sign/sandbox#/Callback/api.callback.get
Forum topic
OneSpan Sign
I need to query for packages that changed status (e.g. completed, expired, opted out, sent) within a given time frame. For example, I may want to query for all packages that expired since yesterday, regardless of when the package was created.