65 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I have a question about data retrieval / reporting. Everything I've read thus far within the eSL documentation references the use of the Java/C# SDKs and/or the REST API for data retrieval and reporting.
Forum topic
OneSpan Sign
Can a customer pay for a customized report? We want to change the current account owner weekly report to only show "False" AND to display ALL the "false" transaction not just in the past week.
If this is possible who can provide me with a cost / timeline to create such a report.
Forum topic
OneSpan Sign
C# code that can be used to generate usage reports (code mostly by Duo) and also a downloader tab to download inflight and/or complete transactions and their associated files. Useful to download and use as is or reuse the code in your OneSpan utility.
Forum topic
OneSpan Sign
We are using the completion report API to retrieve the completed transactions from all senders. Using this (/api/reports/completion?status=COMPLETED&from=2020-03-01&to=2020-05-13), service did not return all of the senders (only 49 out of 146). It also did not return
Forum topic
OneSpan Sign
Hello,
We are running an on-premise instance of your version 6.5 product.
Forum topic
OneSpan Sign
In our set up , we host multiple clients which may generate multiple packages . Since they all transit through our one eSign Account, we would like to see a way to :
1. Pass Custom References ( These are usually key items like Institution Code , Application No ...etc)
2.
Forum topic
OneSpan Sign
I was investigating the data captured by OneSpan and made available through the REST API and also, if I can use PowerBi to display the data. I am trying to use the completion report API (https://developer.esignlive.com/guides/feature-guides/completion-report/#rest-api).
Forum topic
OneSpan Sign
Hi Duo,
Happy New year greetings to you and your family!
Forum topic
OneSpan Sign
I have a client who is calling the ReportService method of the SDK However, for a specific date, he is getting the below error:
Code snippet as below:
Console.WriteLine("Calling for Completed "); //between 14/3/2016 - 15/3/2016
report = eslClient.ReportService.DownloadCompletion
Forum topic
OneSpan Sign
I’m a little confused over how to correctly and completely iterate over the results returned from the esl.PackageService.GetUpdatedPackagesWithinDateRange, as it appears I’m only iterating over the first 10 items.
I have the following code:
Page packages = esl.PackageSer