227 results matched your search criteria
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
Is there any way we can differentiate while downloading the accepted document (Signature Style ACCEPTANCE ) from original document?
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
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
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
Forum topic
OneSpan Sign
Hi,
I´m using /api/packages/{packageId}/attachment/{attachmentId} to dowload documents of a package that has been signged, how ever I´m getting a "404 Resource not found" error.
Forum topic
OneSpan Sign
Hello,
Could you please provide some sample REST API code or URL/Details to download a "AuditTrailDocument" as PDF.
The information in this location are not clear.