541 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I am looking for a way to add senders to our OneSpan account without sending the invitation email.
Forum topic
OneSpan Sign
In our workflow, some signers may be in person and others remote on the same package.
Forum topic
OneSpan Sign
Hello,
Is there a way to add some customization to the email that comes from eSign live to notify people that they need to sign a package?
Forum topic
OneSpan Sign
I have tried several times and waited for up to an hour - however signers are not getting notification email... I am able to get the SMS passcode but no email with link to sign... is the environment working?
Forum topic
OneSpan Sign
I was generating Packages without a problem using my Code but now I am returning the following error when trying to send a new Package.
Forum topic
OneSpan Sign
I am successfully getting my callback, and am then returning a 200. However with every package I complete I am still getting an email saying that the callback failed. Any idea why this would be?
Forum topic
OneSpan Sign
Is this possible?
Forum topic
OneSpan Sign
Hello
How can i customize or change the content of some lines in email sent by onespan requesting for signatures as mentioned in image
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");