257 results matched your search criteria
Forum topic
OneSpan Sign
I'm getting some unexpected behavior with checkbox validation.
Forum topic
OneSpan Sign
Hi there, I am hitting this endpoint: "/packages/:packageId/documents" in an attempt to add a PDF document for esigning. The PDF was converted from HTML by Puppeteer (a node dependency).
Forum topic
OneSpan Sign
For over a year I have been creating packages using a JSON string as the package name (something like "{ApplicationId: 1033}"). I do this because the package name comes through in the event callback notification, and I can easily deserialize the package name and extract some informatio
Forum topic
OneSpan Sign
Is there a table of valid timezone id's that the SDK will accept when creating a new package? We're currently trying with:
.WithTimezoneId("America/New_York"); //EST
Forum topic
OneSpan Sign
Hi!
I am using the SDK to create a ceremony with a custom signer id and I need to use the signer's email.
The SignerBuilder.withCustomId(String) method's javadoc says the following:
Forum topic
OneSpan Sign
Hello,
In Java, I would like to add a new field where the signer should fill in a date (in a date format DD/MM/YYYY).
Forum topic
OneSpan Sign
Hi,
In the CA sandbox environment we ran into the following error when uploading a package using the .NET SDK. The package had multiple signers with the same email address. As OneSpan now supports signers with the same email, we were not expecting to get any errors.
Forum topic
OneSpan Sign
Our api encounter multiple issues when update role emaile.g: [email protected] is considered invalid for onespan apiCould you clarify which type of email validation onespan api does? Beaucase it seems this is a false positive validation
Forum topic
OneSpan Sign
Does OneSpan API have a validation feature to enforce a PDF has a particular certificate before creating a transaction?
Forum topic
OneSpan Sign
I'm trying to validate user input on the front end to match the format of strings that oneSpan will accept for phone numbers. Is there any official documentation for this format?