239 results matched your search criteria
Forum topic
OneSpan Sign
I have been hitting a bit of a brick wall trying to add text anchor tags to an uploaded document.
Let my explain what I have been attempting to achieve.
First I upload a document to an existing package, the package already contains a new role that I have created.
Forum topic
OneSpan Sign
We're trying to generate the package using template. Templates are created in sandbox.esignlive.com.
Forum topic
OneSpan Sign
Guys -
I have a document with 4 signature fields. When I tried to combine the fields for the one signer, it didn't work. Do we have to create a new approval for each new field that we are trying to sign? If not, can I get a JSON Package example of how to do it since mine isn't working.
Forum topic
OneSpan Sign
I'm currently using Java SDK to create a package:
<dependency>
<groupId>com.silanis.esl</groupId>
<artifactId>sdk</artifactId>
<version>11.38</version>
</dependency>
Forum topic
OneSpan Sign
Hey there!
I have a transaction with ExpirationDate with 2 signers (with sign order) and are required Attachments.
Forum topic
OneSpan Sign
Executing a ./api/packages/ POST which includes a status update along with the "data" node. I cannot find the max length of this node. I'm pretty sure I am hitting the max since this is the response I am receiving.
Forum topic
OneSpan Sign
Hi Team,
We are able to successfully upload a single document while creating a package .
Forum topic
OneSpan Sign
The Redirect URL is getting some values appended to it by OSS. Something like this pattern: ?package=[packageID]&signer=[signerID]&status=COMPLETED
Forum topic
OneSpan Sign
We are using the completion report API to retrieve the completed transactions from all senders. Using this (/api/reports/completion?status=COMPLETED&from=2020-03-01&to=2020-05-13), service did not return all of the senders (only 49 out of 146). It also did not return
Forum topic
OneSpan Sign
Hi
I created two procedures in the same package which includes REST API. One procedure includes rest api to attach a report say ABC and in 2nd procedure another report XYZ is attached to esign portal.