493 results matched your search criteria
Forum topic
OneSpan Sign
Is there a way to use Silanis SDK to validate the signer's email address prior to actually creating the package? The email validation of the SDK during package creation seems stricter than usual email RegEx validations, and recognizes only a set of valid top-level domains.
Forum topic
OneSpan Sign
Hi Team,
We have below types of documents in the create transaction request.
1. Sign 2. View 3. Accept
Please clarify below questions:
1. How onespansign handles different types of documents?
Forum topic
OneSpan Sign
Apart from the feature guides, where can I find the complete documentation for all the REST API features available?
In some cases, I found different examples, and the URI was different.
Forum topic
OneSpan Sign
Need some assistance -
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
Hello Team,
I have a scenario where I create and send a PackageDocument from a dynamically provided PDF document and I add a number of signatures based on a text-anchor.
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
I have this code as was suggested by OneSpan for retrieving "GetUpdatedPackagesWithinDateRange" but I am getting an error on this line.
Page completed_packages = eslClient.PackageService.GetUpdatedPackagesWithinDateRange(DocumentPackageStatus.SENT, new PageRequest(index, 10),
Forum topic
OneSpan Sign
I am using the Java SDK version 10.10.1
I am creating a package with one document. There is one Signer. This signer has a FULLNAME signature and an INITIALS signature.
This is the sequence of my code:
1. Call to EslClient.createPackage() succeeds.
2.