OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
2538 results matched your search criteria
Forum topic
OneSpan Sign
Team,
How can I add/replace existing 'default-consent' document with my own document (pdf). Can you please post some guide on this.
Forum topic
OneSpan Sign
Hi,
When opening a new Template in the designer view embedded in our app I've noticed some things with the Add Recipient form:
Forum topic
OneSpan Sign
Hi is there a way to add information to the signature reason that is shown on the PDF when viewing the signature properties?
Forum topic
OneSpan Sign
Could I get someone to look at this package and help me understand why the signer got "Unauthorized Access: Failed to validate token"? The method that was used to generate the URL is run several times per day successfully but this one failed.
Forum topic
OneSpan Sign
Is there a way to use smart cards without having to use a browser plugin? Is this a feature that was on the road map?
Thanks, Jimmy
Forum topic
OneSpan Sign
Where is the setting to allow external signers to have the same name and email? I cannot find it on the Account Configuration page.
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
This works (after unzipping the file)
byte[] bytes = eslClient.PackageService.DownloadZippedDocuments(packageId);
using (Stream file = File.OpenWrite(DocumentName+".zip" ))
{
file.Write(bytes, 0, bytes.Length);
}
This creates a corrupt document
byte[] bytes= eslClient.PackageService.Downloa
Forum topic
OneSpan Sign
Hi,
I am using the sample code for creating a transaction but getting an error -