383 results matched your search criteria
Forum topic
OneSpan Sign
I use the event notifier with a Iframe (https://community.onespan.com/documentation/onespan-sign/codeshare/esignlive-event-notifier) for couple years in my projet and when I have configure it initially the event to check for completion was ESL:MESSAGE:SUCCESS:SIGNER_COMPLETE.
Forum topic
OneSpan Sign
I'm trying to figure out how I can identify which signer has signed when I receive signer_complete event.
It sends:
Forum topic
OneSpan Sign
Good afternoon, when generating the download of documents through the OSS - Transaction Export & Download Tool .jar, not all the supports that were signed on the web are evident
Forum topic
OneSpan Sign
Let’s say we have an agreement that will be sent out to 5 individuals. If 2 of them sign then the agreement would be considered complete and the remainder would not need to sign. Is that type of flow supported?
Forum topic
OneSpan Sign
Hello,
Once all the signing ceremony is completed, there is one email notification getting triggered from "e-SignLive " to all the signers by including package owner in "CC" of that email.
Email notification reference is here:
Signing is completed for e-SignPackage
Forum topic
OneSpan Sign
We are using the Java REST API to create and send the transactions. We would like our customer recipients to use SMS authentication for the signing ceremony, but our back office/branch senders will not be using SMS. Our transactions are sent via the API are created su
Forum topic
OneSpan Sign
Question regarding Document Signing Certificate of Completion with session purge: A customer is asking if he could purge an eSignLive session, would the Document Signing Certificate of Completion also get purged or does it maintain a separate record of that? This is for litigation purposes only;
Forum topic
OneSpan Sign
if (!EventHandler.ContainsKey(NotificationEvent.PACKAGE_READY_FOR_COMPLETION))
EventHandler.Add(NotificationEvent.PACKAGE_READY_FOR_COMPLETION, (EventRequest request) =>
{
// RESPONSE TO Set Status to Completed
});
Forum topic
OneSpan Sign
How can I redirect to my own Web site after the document has been signed.
Currently, after the completion of signing the document, we are redirected to the Thank you page.
When Exit e-SignLive button is pressed, I would like to redirect to my own website.
Is it possible to accomplish this using one
Forum topic
OneSpan Sign
Hello,
We have integrated our salesforce application with onespan using APEX SDK for our e-signature use cases.
We have this below scenario:
1. Salesforce user XXX sends an e-signature request to customer.
2. Customer signs the document.
3.