254 results matched your search criteria
Forum topic
OneSpan Sign
I have a business account that all users delegate into and now they want to use it to send transactions via an integration.
Forum topic
OneSpan Sign
Hi,
I have a requirement where I need to get the signing URL like shown here http://docs.esignlive.com/content/c_integrator_s_guide/rest_api/signing_url.htm
I able to successfully get the signing URL, this URL will then be embedded in another system for use.
As a result, I need to stop the eSL emai
Forum topic
OneSpan Sign
In the eSignlive documentation below, it states that we can customize colors for the signing Ceremony. But I don't see any reference to it in any of the sample code or other areas of the document.
Forum topic
OneSpan Sign
As specified on this page:
http://docs.esignlive.com/content/c_integrator_s_guide/sdk/k_customization/customizing_the_signing_cermony.htm?Highlight=customization#Customiz
I have applied settings in the code:
------------------------- code snippet-------------------
.WithSettings(DocumentPackageSet
Forum topic
OneSpan Sign
We are integrating e-SignLive with an EPiServer site. The EPiServer version we are using depends on log4net version 1.2.10 but the Silanis.ESL.dll depends on 1.2.13. We tried using a binding redirect in the application's web config with no luck.
Forum topic
OneSpan Sign
I have seen the post regarding the Signingurl from the package.
http://docs.e-signlive.com/mc/content/c_esignlive_integrator_s_guide/rest_api/signing_url.htm
In this example it is getting the signing url by the following GET method
GET /packages/{packageId}/roles/{roleId}/signingUrl
How can we g
Forum topic
OneSpan Sign
Hello,
I'm working on integrating the Callback feature with the current application.
I'm using a Callback key in addition to the Callback URL, I have a doubt regarding the POST sent by the Esignlive after the occurrences of the events that are registered for.
Forum topic
OneSpan Sign
Hi,
When OneSpan releases a new version on their production environment, will there will always a corresponding SDK version update as well? How are the OneSpan environment and SDK updates timed?
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
Forum topic
OneSpan Sign
Hi,
I've read through the rest api documentation at (http://docs.e-signlive.com/mc/content/c_esignlive_integrator_s_guide/rest_api/packages.htm) and am interested in finding out if there is a sample code available for invoking the "Create a new document package along with document binaries" API.
A