183 results matched your search criteria
Forum topic
OneSpan Sign
https://sandbox.e-signlive.ca/a/admin/eventnotification
Getting error for all our sandbox (Invalid JSON.) and callback URL is Empty
PFA
Forum topic
OneSpan Sign
Hey guys.
I'm developing a connector with Digibee as listener of the Callback Event Trigger, although event after providing the API Key in the Callback Key field, the Callback event is getting 401 Unauthorized.
Forum topic
OneSpan Sign
Hello,
Is there a way to capture the font-end event notifications in iOS? I am loading the signing session in a wkwebview and I'm trying to capture these events: https://docs.esignlive.com/content/c_integrator_s_guide/event_notifier/event_notifier.htm. Is it possible?
Forum topic
OneSpan Sign
I want to update the status in my database as soon as user sign the document. I haven't found code to get the status as soon as signer sign the document. I did register all the even using callback example code.
Forum topic
OneSpan Sign
Hello there,
I am wondering if there is a way to refresh the status of a JSF component, for example, when a signer completed signing a document, through the event notifier. I know we'd have to use AJAX, but I haven't got an idea of how-to in your native JS. Can you guys have any advice?
Forum topic
OneSpan Sign
We have scenarios where we need to support/guide the user as they work through a signing ceremony.
Example:
Employee opens a window and starts a signing ceremony and then moves the window over to a touch screen for the customer to use.
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
Hi,
would you please share the code sample how to get JavaScript event notification without iFrame? i only can download the code with iFrame from https://community.onespan.com/documentation/onespan-sign/codeshare/esignlive-event-notifier
thanks,
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
});