50 results matched your search criteria
Forum topic
OneSpan Sign
Hi I'm getting this error but not sure how to debug it.
Is there a way to know which user it is referring to?
Req:
{"sender":{"email":"[email protected]"},"settings":{"ceremony":{"events":{"complete":{"dialog":true,"redirect":"https://www.google.ca/search?q=beaches&biw=1680&bih=905&tbm=isc
Forum topic
OneSpan Sign
When trying to create a signing URL in an In Person signing scenario, I am getting the following error when trying to retrieve the SessionToken to use with the URL.
SessionToken sessionToken = eslClientWithHttpProxy.getSessionService().createSessionToken(packageId, signerId);
I have val
Forum topic
OneSpan Sign
Hey team,
I noticed that you provide a signing status function to get signing status per signer:
com.silanis.esl.sdk.SigningStatus signerStatus1 = eslClient.getSigningStatus(packageId, new SignerId(signerId1), null);
But the concern here is, we don't want multiple calls to get signing status all re
Forum topic
OneSpan Sign
We are in process of changing OneSpan SDK to OneSpan REST
In SDK we are retrieving the status using GetSigningStatus(objPackageId, signerId, null) which giving us 'InActive' status as output.
Forum topic
OneSpan Sign
Hi,
I am trying to get a signing url for a package and get this error:
Could not get a signing url. Exception: Unexpected character encountered while parsing value: . Path '', line 0, position 0. Unexpected character encountered while parsing value: .
Forum topic
OneSpan Sign
Hi There,
I am trying to create session token to access the eSignature in an iframe.
Forum topic
OneSpan Sign
I'm interested in modifying a signer's challenges on an existing package that hasn't been sent. In some cases this means adding a challenge for the first time. In other cases this means first removing existing challenges. Here's some code I tried.
Forum topic
OneSpan Sign
Hello,
We are trying to determine which signatures have been signed with the following method:
eslClient.getApprovalService().getAllSignableSignatures(documentPackage, documentId, signerId)
however we get the following error:
Optional details: {"code":403,"messageKey":"error.forbid
Forum topic
OneSpan Sign
Hi,
I am trying to get the signing status of a package using the following SDK call:
eslClient.getPackageService().getSigningStatus(packageId, signerId, documentId)
What I noticed that this call has inconsistent behavior while returning package information.
On some occasions even if a package is av
Forum topic
OneSpan Sign
What is the recommended way to update a package to use the new filled document?