661 results matched your search criteria
Forum topic
OneSpan Sign
Is there a way to determine the exact position of a signature other then tryal and errors when we do this by code?
I'm refering to atPosition(val_1, val_2) lines in the code snippet below...
// Build the DocumentPackage object
DocumentPackage documentPackage = newPa
Forum topic
OneSpan Sign
Hello Team,
I have a problem with the order of the Consent Document and the Contract.
I am using API to created the package and send the documents.
In the beginning I was sending only a Contract. Last days I did some code changes to add the Consent Document.
Forum topic
OneSpan Sign
We are facing this issue intermittently in production.
We have a grid on our template which includes set of `Country Code` and `Phone Number` fields.
Forum topic
OneSpan Sign
When I create package via SDK, I got between errors:
1; when I set sms cellphone=64939837
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
Hi,
We are facing continuous issues while doing the bulk sign process, below are the error messages it is throwing to us
Error 1 :
Silanis.ESL.SDK.EslServerException: Could not create a signer authentication token.
Forum topic
OneSpan Sign
When I'm adding a drop list field, I'm getting error: error.validation.field.ListWithInvalidDefaultValue
Here is the code
fieldBuilder = FieldBuilder.DropList();
foreach (OptionValue optionValue in formField.OptionValues)
{
Forum topic
OneSpan Sign
Hi,
I am receiving the error [401, Unauthorized] response when creating a package with JavaSDK.
Forum topic
OneSpan Sign
I want to update the status in my database as soon as user sign the document. I haven't found code to get the status as soon as signer sign the document. I did register all the even using callback example code.
Forum topic
OneSpan Sign
C# code that can be used to generate usage reports (code mostly by Duo) and also a downloader tab to download inflight and/or complete transactions and their associated files. Useful to download and use as is or reuse the code in your OneSpan utility.