27 results matched your search criteria
Forum topic
OneSpan Sign
I have been trying to wait to ask more questions and consolidate them in one post for you. Your welcome. :) Regarding the iframe/inperson signing ceremony. In the package API that we send to eSignLive to create the signing ceremony iframe, is an email address for each signer required?
Forum topic
OneSpan Sign
After creating a package, I get the session token for that package, and return the access signing URL which I pass to an iframe.
The ceremony comes up but with this error at the top in a red box:
“Unexpected error. We apologize for any inconvenience this may have caused you, please try again.
Forum topic
OneSpan Sign
When accessing a session URL, I can see that eSignLive returns a few 302s and the browser does some redirects. For whatever reason, Chrome cancels one of these redirects when it's in an iFrame (https://sandbox.e-signlive.com/packages/{packageId}/sign).
Forum topic
OneSpan Sign
My company has been working with yours to white label the product and resell it.
Forum topic
OneSpan Sign
First, my apologies if this is the incorrect forum group for this topic. Happy to move it to a different forum if there is a better one.
Forum topic
OneSpan Sign
Hi There,
I am trying to create session token to access the eSignature in an iframe.
Forum topic
OneSpan Sign
Hi is there an event notification(https://docs.esignlive.com/content/c_integrator_s_guide/event_notifier/event_notifier.htm) for when the signer's session expires in an iFrame? If not do you know of a way for the parent to tell that the session has expired?
Thanks, Jimmy
Forum topic
OneSpan Sign
Hi,
I am trying to embed the signing in my webpage using an iframe
To generate the session token i use
SessionToken sessionToken = eslClient.getSession
Forum topic
OneSpan Sign
Hi,
i am trying to integrate our web application with e-signature and display the "package view" for sender in iframe.
What i CAN do and what is working is to obtain a session and build a package view for sender:
private String getRedirectToPackageViewForSender(EslClient eslClient, Authenticatio