139 results matched your search criteria
Forum topic
OneSpan Sign
Guys,
Do you guys offer any kind of javascript web hooks that can be used to capture when a signer signs a document or any other event?
Forum topic
OneSpan Sign
is it possible to have a completely custom web ui over existing eSignLive infrastructure.
purpose to it would be that user never leaves our system.
Forum topic
OneSpan Sign
Hello,
It appears the default behavior for the mobile web experience is to omit the display of the branding logo (the one that would display in the upper left in the desktop web experience).
Forum topic
OneSpan Sign
Does E-Sign have any throughput limits for volumes of transactions or web service calls an entity can make in a certain time period of time (i.e. 10,000 calls per hour)
-Nate Boettcher
NISC
Forum topic
OneSpan Sign
Hi Team,
I am Creating some application to Perform Operation on the Packages and Since Last two Hours The API is not working Below URL i have tried
https://sandbox.esignlive.com
https://sandbox.e-signlive.ca"
"One or more errors occurred.An error occurred while sending the request.
The underlying
Forum topic
OneSpan Sign
` var apiKey = "nulldev88";
$http({
url: "https://sandbox.esignlive.com/api/packages",
method: "GET",
headers: {'Content-Type':'application/json',"Authorization" : apiKey }
}).success(function (data, status, headers, config) {
console.log(data);
}).error(function (data, status, headers, config) {
c
Forum topic
OneSpan Sign
Hi guys, I looked around and am not able to find confirming on this: is it possible to embed the form/package for user to sign on our website? All of our users have their own account and it would be nice to be able to display the form directly in their account.
Forum topic
OneSpan Sign
Hi There,
In the integration that I'm doing, I will collect user's data on the Portal that I'm building and by using that data, I will generate a PDF and on that PDF I want to get the user's signature and the signature part has to be inside the application.
Forum topic
OneSpan Sign
Hi!
Can I embed the creation flow of the document (package?) into my web UI such that my user can upload a document, affix the signature tags, and then send it out for a signature? If so can you point me to the documentation on how to do this? I am not using an SDK, i.e.
Forum topic
OneSpan Sign
Hello is it possible to duplicate a template, and then make a slightly different version of it, rather than having to start from scratch to create a second form which only has very minor differences in the options for the drop-downs etc.?Thanks