26 results matched your search criteria
Forum topic
OneSpan Sign
Is there a way using the API to tell if the SENDER has downloaded the transaction? We want to check before we enable the 120 day retention rule
Forum topic
OneSpan Sign
Hi there,
Please see the link below.
https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/signer-management
Forum topic
OneSpan Sign
Hi,
I'd like to know how to download the flatten version of signed document via REST API? does it also configured in the account level?
Currently, we are using something like the below, it's giving me unflatten one.
Forum topic
OneSpan Sign
HI All,
Can you help me to convert the below API request into equivalent SDK code to create the package(with one document file as attachment to sign off):
{
"name": "packagename",
"status": "SENT",
"roles": [
{
"id": "signer1",
"index": "1",
"type": "SIGNER",
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
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
I am trying to create a package using the REST API through my company proxy, using a system called TIBCO.
My understanding is that we need two types of security:
1. Basic authentication (using the API Key, that we have been given from Silanis).
2. SSL, using Silanis Certificate that downloaded from
Forum topic
OneSpan Sign
We have set up our account with maximum allowed KBA failures = 3 but ESL is allowing seemingly unlimited invalid retries. So, signers never get locked and the KBA_FAILURE and SIGNER_LOCKED emails and callback notifications don't get sent.
Forum topic
OneSpan Sign
Hello, I'm using python and trying to create a document package from the example I downloaded from the forums.
Forum topic
OneSpan Sign
Hi
I am trying to CreatePackage and upload using Rest APIs.
Below is my JSON String and attached is the PDF. This used to work in may 2017. Now the PDF file is getting flattened ignoring signature blocks.
Are there any changes post may 2017 for JSON payout for CreatePackage and Upload.