575 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
In a package with multiple documents, created using .net SDK,
Is it possible to set a document's visibility during signing ceremony only to the signers on each document, through SDK?
Forum topic
OneSpan Sign
Hello;
I am trying to set up REST API integration for one of my clients.
I've gotten as far as:
1) Create The Package
2) Add a Document
3) Create a Signer (Role)
4) Add the Signer
I am now trying to send the document to the Signer.
How does one do this?
Forum topic
OneSpan Sign
Hi everyone,
We have templates that are created through the Web UI with Custom Field fields on the template. The package is being created based off the template, and certain information about the signer needs to be prepopulated on the form (i.e.
Forum topic
Intelligent Adaptive Authentication
Hi,
I am getting following error when I am creating a new package with two documents.
"The role must have at least one signature on the document in order to have associated fields."
Package id: ysKrGN_i6ZUvO6gwRGzzqoYXGdM=
Forum topic
OneSpan Sign
Hi,
We have been trying to sign all documents using the canadian REST API (e-signlive.ca/api)
We tried creating a package with the code provided on https://developer.esignlive.com/guides/feature-guides/sign-documents/ .
We added a role ('Sender') and approval for this role.
{
"name":"Cont
Forum topic
OneSpan Sign
Hi -
SHORT: How to assign "RoleID" to SignerBuilder in vb.Net ?
Forum topic
OneSpan Sign
Hi, I'm trying to follow the example https://developer.esignlive.com/guides/quick-start/creating-and-sending-a-package-rest/ however there seems to be conflicting information between the required fields listed there and the ones listed on the YAML.
Forum topic
OneSpan Sign
Hello,
We are trying to sign document using API api/packages/{packageId}/documents/signed_documents and passing "handdrawn" string in request body.
Forum topic
OneSpan Sign
Hi,
Is there a way to build a package such that one signer would sign 2 documents. Here is an algorithm that I am looking at:
1. Use PAckageBuilder to build a package named 'OriginalPackage'
2. Add 'signer1' and 'signer2' to OriginalPackage
3. Add 'document1' and 'document2' to OriginalPackage
4.