234 results matched your search criteria
Forum topic
OneSpan Sign
The default behavior is to use the same signature across the entire signing session. One of our clients demands the user provide a signature for each document. We plan to use mouse-signing. Is it possible to force this behavior thru the API?
Forum topic
OneSpan Sign
I am needing to add a new document to an existing package (http://docs.esignlive.com/content/c_integrator_s_guide/rest_api/documents.htm#Add) but I am not finding any JSON Request samples.
Forum topic
OneSpan Sign
Summary document contains package id, signer name and email id. Please let me know if there is option to add other application specific fields in Summary document like Company name, Order id..etc.?
Forum topic
OneSpan Sign
I'm trying to send a new document in a package that has the status: Draft
But I get the error response
Forum topic
OneSpan Sign
We are implementing new functionality related to Proctors (document type) and we need to create a new declaration. In the process, created new Document_Proctor like Declaration_FYLSX, however we are facing issues with new document. This is in UAT.
Forum topic
OneSpan Sign
Hi All,
I'm starting integrating the signing platform through a POS application
I've used other signing platforms but the name of the entities seems to be different so I'm quite puzzled about where/how to start.
Forum topic
OneSpan Sign
Using the current print driver v2.2 :
1. I have prior session "A", that is completed prior.
2. I have created a new document signing session "B".
Forum topic
OneSpan Sign
Is is possible to add a new signer to a document which is already signed?
I tried with below code
PackageId packageId = new PackageId("orB4GBrQKn33YIF6XJFgDMGdkb4=");
ossClient.ChangePackageStatusToDraft(packageId);
Forum topic
OneSpan Sign
Hi Team,
I use code to create packages, and when I go to the esign platform, I can not add new documents to the existing In Progress transaction.
The code I'm using to create the package is
PackageBuilder documentPackageBuilder = PackageBuilder.NewPackageNamed("Test Document Extraction")
Forum topic
OneSpan Sign
Hey there,
I have a situation where I have an existing package and I'm trying to add a new document to it with text anchor fields.
The part to create the document is fine, but my issue is to add an extract anchor to it.
From what I've seen, the SDK offers the option to sdk.createDocuments(Str