254 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
I'm trying to integrate eSign into my application using the REST API. I haven't been able to figure out how to create a package with signature field coordinates extracted from a PDF which already contains signature fields.
Forum topic
OneSpan Sign
Hi ,We have used Rest API to integrate with Onespan. We create transactions from template.
Forum topic
OneSpan Sign
Hello, we were informed that a change will be coming to the API interactions in the 11.36 version. If we integrate using the Java SDK, is it necessary to upgrade to the latest version of the SDK in order to correctly handle the removed user-agent header?
Forum topic
OneSpan Sign
We are an on prem installation running version 7.2. We have integrated with OneSpan using the .Net SDK. My question is there a maximum number of documents that we can upload/include in a single signing package? Are there limits on the total size of these files or is th
Forum topic
OneSpan Sign
I would like to make calls to restapi, and would also like to take advantage of the com.silanis.esl.api.model.* model objects available in the java sdk jar
our /api/sysinfo shows:
{
"schema": "16.10.4",
"version": "16.6.16",
"timestamp": "2017-12-12 23:32+0000"
}
This page has 2 versions
Forum topic
OneSpan Sign
Hello,
I have a template I created from the eSign dashboard. I'm trying to change the document's id through the update document PUT request.
Forum topic
OneSpan Sign
Hey,
I am integrating the OneSpan Sign iOS SDK into an Existing Project.
I have done all the initial configuration but when I am doing login, app is getting crashed.
It throws following error:
CoreData: error: Cannot load NSManagedObjectModel.
Forum topic
OneSpan Sign
Hello, We have integrated our salesforce application with onespan using APEX SDK for our e-signature use cases.
We are using a text tag to capture signer's tax number : {{esl_TaxNumber:Signer1:textfield:value(""),size(160,22)}}
Forum topic
OneSpan Sign
I can PUT to /packages/{packageId} and update a package's data node.
However I failed to update a document's data node (PUT to /packages/{packageId}/documents/{documentId}).