341 results matched your search criteria
Forum topic
OneSpan Sign
Hi There,
I am using the example provided on this page : https://developer.esignlive.com/guides/quick-start/check-package-status-and-download-documents-java/
In this example, there's a line to check the Signing Status:
SigningStatus sentSigningStatus = eslClient.getSigningStatus( packageId, nul
Forum topic
OneSpan Sign
I can't seem to get the senderAuthenticationToken. I'm receiving a 415 error code, Unsupported Media Type.
Forum topic
OneSpan Sign
Hi, I'm looking at the event notifiers. https://docs.esignlive.com/content/c_integrator_s_guide/event_notifier/event_notifier.htm
How are these normally used in the case of ESL:MESSAGE:SUCCESS:PACKAGE_OPT_OUT and ESL:MESSAGE:ERROR:PACKAGE_OPT_OUT.
Forum topic
OneSpan Sign
I would like to make calls to restapi, and would also like to take advantage of the com.silanis.esl.api.model.* model objects available in the java sdk jar
our /api/sysinfo shows:
{
"schema": "16.10.4",
"version": "16.6.16",
"timestamp": "2017-12-12 23:32+0000"
}
This page has 2 versions
Forum topic
OneSpan Sign
Hello,
We want to customize the Tool Bar language for some of our signing ceremonies. I'm looking at this guide that highlights the Ceremony Layout Settings.
Forum topic
OneSpan Sign
Hello,
I have a template I created from the eSign dashboard. I'm trying to change the document's id through the update document PUT request.
Forum topic
OneSpan Sign
User is receiving error:
02/25/2019 08:35:41.00: Could not upload documents to package. Exception: The remote server returned an error: (400) Bad Request. HTTP POST on URI https://apps.esignlive.com/api/packages/fnoXU33p3SSUy7mp4T_D6zLeA4o=/documents.
Forum topic
OneSpan Sign
Hi OneSpan Team - I have gone through the below article and it mentions that the Session Expiry Redirect URL can be configured at Account Level , I have gone through my account and not found any configuration as such.
1)Do we nee to do this setting at the account level OR
2)In the JS code , as on
Forum topic
OneSpan Sign
no postman, no python , no this site OneSpan Sign Sandbox | OneSpan Community Platform
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.