424 results matched your search criteria
Forum topic
OneSpan Sign
Hi there; my understanding has been there are 7 status's (Draft, In Progress[sent], Completed, Opted out, Declined, Archived and Trashed)
Does "Expired" count as a status? ( it's not included on OneSpan Account Summary report ).
Forum topic
OneSpan Sign
How frequently are the in-app reports updated? Both Transaction Reports & Account Reports.
Is there documentation about this?
Forum topic
OneSpan Sign
Here is the situation :
We integrated OneSpan eSign into our Saas.
Forum topic
OneSpan Sign
I've grabbed a completion report and am looping through the packages to archive them.
I've tried the following:
RestClient client;
client = new RestClient("https://apps.e-signlive.com/api");
UrlTemplate template;
template = new UrlTemplate("https://apps.e-signlive.com/api");
St
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
When you perform a run report function do you have the ability to export it or download it?
Forum topic
OneSpan Sign
Hi there,
In order for a sender to get a very quick view of who has signed and who still has to sign is now only available through the evidence summary.
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
Forum topic
OneSpan Sign
I have run the UI based transaction report and only the sender information is provided in the excel file.
I have run the delegation report which only provides me the delegation activities, nothing transaction level related.