60 results matched your search criteria
Forum topic
OneSpan Identity Verification
Hi I have a question about the Get Evidence API, a dev has asked about how the pdf is assembled as the example response in the documentation shows a series of values such as below:
"TWFuIGlzIGRpc3Rpbmd1aXNoZWQsIG5vdCBvbmx5IGJ5IGhpcyByZWFzb24sIGJ1dCBieSB0aG"
Forum topic
OneSpan Sign
Is there a method for downloading the Evidence Summary Report for a Completed package ? I figured it would be included in the downloadZippedDocuments(packageId) method but it is not included.
Forum topic
OneSpan Sign
These questions are regarding the Evidence Summaries we have available for each package:
– Does the signer role listed have to be unique regardless of a unique package? Example: Package1 – signer1, signer2; Package2 – signer3, signer4; etc and so on.
Forum topic
OneSpan Sign
I know how to retrieve the evidence pdf with the below code:
byte[] evidenceContent = eslClient.downloadEvidenceSummary(packageId);
Files.saveTo(evidenceContent, "evidence.pdf");
Forum topic
OneSpan Sign
Could you let me know what is the difference between e witness and evidence summary?
Thanks
Wendy
Forum topic
OneSpan Sign
Hi!
We have some roles in our account for control access management. We want the ability for designated user (Roles & Permission) to be able to access and download the evidence summary for ALL completed packages.
Forum topic
OneSpan Sign
Hello,
I want to know how to get document Id for Evidence Summary doc just like we get it for signed docs ?
Forum topic
OneSpan Sign
Hey guys,
Is it possible to automatically match the timestamp of an Ink-it report (evidence summary) with the signer's time zone?
Forum topic
OneSpan Sign
How can i change date format in Evidence summary?
Current Date Apparing as 2019‑Nov‑18 12:15:42 GMT
Required - 18-Nov-2019 12:15:42 GST
Thanks in advance!
Forum topic
OneSpan Sign
Is it possible to download the signed document and evidence summary PDF as a single PDF with the apex SDK? Right now we get each file separately.