12 results matched your search criteria
Forum topic
Intelligent Adaptive Authentication
Hi,
where can we find back the latest version of the mobile application for ios/android ?
Forum topic
OneSpan Sign
Hi All,
Hope someone can shed some light on what i am doing wrong.
In salesforce apex code I am creating package
DateTime dT = System.now();
dT.addDays(7);
ESignLiveExamples.createPackageWithDocumentsExample(
'Demo12', true, 'Demo12 description', dT, 'Hello World, Demo12 is READY'
);
Works gre
Forum topic
OneSpan Sign
Hi All,
I followed instructions provided in https://developer.esignlive.com/guides/feature-guides/text-tags-extraction/ "REST API" tab
Also "Code Share" hyperlink does not have any code sample to download.
Using postman REST API client I am able to create package in esignlive but for some reason
Forum topic
OneSpan Sign
I'm using same code in demo and in prod, works fine for demo but not in pord. but I'm getting the following error message.
Forum topic
OneSpan Sign
Hi all. Help with the following really appreciated.
Below code produces exception: "code":500,"name":"Unhandled Server Error". This exception occurs when uploading PDF with form inputs. Flat PDF (no form inputs) works fine.
Forum topic
OneSpan Sign
Hello,
Our team has started the integration with eSignLive REST API to create and send packages, sign the documents and get response payload from callback listener.
Forum topic
OneSpan Sign
Is it possible to get all the signers url for signing Doc in the same response during the package creation with document binaries and signers detail using REST API.
if yes , Please provide the demo code.
Forum topic
OneSpan Sign
Error message displayed after I uploaded a bulk recipient file.
Forum topic
OneSpan Sign
Hello,
I'm trying to integrate a signature drawner in my website to save the design of the signature and use it to sign with eSignLive.
But the string base64 assign to handdrawn field in the package settings doesn't working if the string is not created by your own signature widget.
So my question i