316 results matched your search criteria
Forum topic
OneSpan Sign
Could I get someone to look at this package and help me understand why the signer got "Unauthorized Access: Failed to validate token"? The method that was used to generate the URL is run several times per day successfully but this one failed.
Forum topic
OneSpan Sign
When I signed the document I see 2 popups (I open document in iframe using signing url)
First one for confirm "Please click OK to confirm your signatures to this document or click Cancel to review it again before submission"esinglive_1.PNG
and second one for completion and redirect"esinglive_2.png"
Forum topic
OneSpan Sign
Hi Team,
We are using rest API to communicate with esign live . when we create and send document we are using the below url .
https://sandbox.e-signlive.com/api/packages
Once we send the request I am able to see the package in drafts folder .
Forum topic
OneSpan Sign
Team,
I want to load two signing sessions for two users on the same browser. I have two silanis live urls (https://sandbox.esignlive.com/access?sessionToken=user1SessionToken and https://sandbox.esignlive.com/access?sessionToken=user2SessionToken) and opened in two tabs of the chrome browser.
Forum topic
OneSpan Sign
We are consuming onespan esign feature. From this morning we are getting resource not found error message in the esign frame.
API url:
"https://sandbox.esignlive.com/api/authenticationTokens/signer/multiUse"
Console log shows the below message.
Forum topic
OneSpan Sign
Hi
I am using the following regex pattern for validation
\^.{0,5}$
Min len 0 , max len is 5, any character
The text is optional , hence the min is 0
However I am getting a validation error when , the text area is empty.
Forum topic
OneSpan Sign
Hello,
I have scenario in which I am sending packages to two users in order through signing URL.
Forum topic
OneSpan Sign
Having this url allows us to embed the signing session within our website via an embedded iframe -> https://sandbox.e-signlive.com/access?sessionToken={signerAuthenticationToken}
However, it does not allow us to get real-time/client-side status check as the signers accomplish the signing
Forum topic
OneSpan Sign
With this https://www.esignlive.com/blog/e-signlive-how-to-setting-up-callbacks/ , it looks like callbacks can be setup via code rather than through the eSign Admin UI. Do you setup this callback each time a package for is created?
Forum topic
OneSpan Sign
Hi Team,
I am trying to Integrate our product using java and REST APIs ,
Can some one point me to appropriate documentation which talks about the Request PayLoad for each of the URL.
Currently I am using Samples shared in Develper Blog ( say "CreateAndSendPackageREST") for package creation, wit