383 results matched your search criteria
Forum topic
OneSpan Sign
Hi
Whats is the difference between Document Signed vs Recipient completed signing
Thanks
Mario
Forum topic
OneSpan Sign
Hey!
Following our recent integration we've had feedback from some of our users that the page which shows following a user signing is causing some confusion.
Forum topic
OneSpan Sign
Within our OneSpan build, we have chosen to use optional signatures where a document may have more than one section to sign but a customer has a choice which sections they are approving (e.g. service work order). This has been working well until an edge case appeared in testing.
Forum topic
OneSpan Sign
how to get the report completion for specific time period in a day like between 8am to 12 pm.
using the below api
/api/reports/completion.
what format should be From date and to date . Need to retrieve for specific timings in a day
Forum topic
OneSpan Identity Verification
Hi,
If a user does not complete the workflow at any point can they reenter the workflow using the same transaction_id or would they have to start a new transaction?
Thanks
Brian
Forum topic
OneSpan Sign
Our scenario:
Package is created, signed and completed at our premises.
We then allow the signer 5 days to go home and download the package.
However, we want to block the download if the signer takes longer than a certain number of days.
Forum topic
OneSpan Sign
We currently use the Microsoft SharePoint connector for eSignLive and that works great for us. However, we have some use cases where we'd like to start using the Dynamics connector as well.
Forum topic
OneSpan Sign
Hi Team,
While creating a package using REST API. What is the exact configuration that I have to do enable the review before completion feature on the particular package?
Can anyone help me on this?
Thanks in advance.
Forum topic
OneSpan Sign
How to place a completed OneSpan Doc as an attachment of a case inside Salesforce. They are doing a one time process outside of the Salesforce Connector to meet a compliance requirement.
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");