383 results matched your search criteria
Forum topic
OneSpan Sign
Hi Team,
Signer1 -> delegates his signing to Signer2,
what will be the signing status of both signers if we check with the following API's
https://sandbox.e-signlive.ca/api/packages/<packageid>/signingStatus?signer=Signer1 ?
Forum topic
OneSpan Sign
I hear from Account Reps at my Company that DocuSign has a feature that sends them an Email if the Signer has opened the Email sent to them by DocuSign.
My ESign Customer Success Representative has informed my Colleague that ESign can do the same thing.
Forum topic
OneSpan Sign
Currently the Evidence Summary download button is only added to the UI when the transaction has been completed.
Wondering if there is a way to have the Summary generate upon the Send command?
We are needing to have evidence we sent the transaction/documents, even if the Recipient never opens the doc
Forum topic
OneSpan Sign
Hi There,
In our application, we generate a certificate for the end user when they complete the transaction and we want that certificate to be automatically signed for the user without any interaction from us. Is such kind of integration possible with eSignLive?
Forum topic
OneSpan Sign
Hi,
we are having integrated solution with our front end using eSignLive as the back-end.
On the signing ceremony the first user after signing documents and completing his part of workflow does not get message what do do next.
Is this an expected behaviour? If not how to fix it?
Forum topic
OneSpan Sign
Steps to reproduce
1- install mobile OneSpan sign app on Pixel 4xl
2- Click on "login to your account"
3- app crashes, no time to enter any logon credentials
See screenshots.
Forum topic
OneSpan Sign
I am new to the eSign process and need to be able to download a completed PDF document not a zip file with the document in it.
Forum topic
OneSpan Sign
I have this code as was suggested by OneSpan for retrieving "GetUpdatedPackagesWithinDateRange" but I am getting an error on this line.
Page completed_packages = eslClient.PackageService.GetUpdatedPackagesWithinDateRange(DocumentPackageStatus.SENT, new PageRequest(index, 10),
Forum topic
OneSpan Sign
Hi, I created a console application (using .NET SDK) to retrieve field values and save them to a SharePoint list, but I would like to set it up to run whenever a package is completed. Would I use an Event Listener for this purpose?