230 results matched your search criteria
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 Identity Verification
Hi
When we run {{baseUrl}}/api/transaction/{{transactionID}}/verification and get the reasons for failure, there are the URLs in the response that point to the jpegs of the submitted ID and selfies. Is there a way for us to download these? The URL begins like below
Forum topic
OneSpan Sign
Hello,
Is there a REST API call to GET a zip file containing all packages from the eSignLive account? Main reasons would be for pdf archival of all the transactions flowing through the system.
I'm using Postman and curious what the GET call would be.
Thanks in advance.
Ryan
Forum topic
OneSpan Sign
Is there any way we can differentiate while downloading the accepted document (Signature Style ACCEPTANCE ) from original document?
Forum topic
OneSpan Sign
Hi Team,
Could you please let me know if we have the ability to download the completed packages as flatten documents using java?
Let me know if you need more information.
Thanks,
Sahana
Forum topic
Mobile Security Suite
Can somebody provide me the link to a working download page where I can get the Mobile Security Suite 4.36 please?
Forum topic
OneSpan Sign
Is there any way of downloading the documents from the package in the pdf form instead of zip file while using REST API.
Forum topic
OneSpan Sign
This works (after unzipping the file)
byte[] bytes = eslClient.PackageService.DownloadZippedDocuments(packageId);
using (Stream file = File.OpenWrite(DocumentName+".zip" ))
{
file.Write(bytes, 0, bytes.Length);
}
This creates a corrupt document
byte[] bytes= eslClient.PackageService.Downloa
Forum topic
OneSpan Sign
Please share node js code to download signed document.
Forum topic
OneSpan Sign
I have a PDF that has a number of editable fields, when the signer completes signing the fields are no longer editable but when the sender downloads the signed document it is still editable.
Lori