558 results matched your search criteria
Forum topic
OneSpan Sign
Hi Team,
I am using REST API.
While creating packages I received following exception.
{
"messageKey": "error.validation.invalidPageLocation",
"message": "Invalid position.
Forum topic
OneSpan Sign
Hello,
I'm trying to integreate my Ruby on Rails application with OneSpan.
Forum topic
OneSpan Sign
Hi
Given that a PDF can accommodate multiple Signatures where some of them may not be required , how can I format my JSON so that it does not crash?
Using the sample PDF in https://developer.esignlive.com/forums/topic/simulating-rest-workflow-using-soapui/ where it is a form with a possibility of
Forum topic
OneSpan Sign
Hi,
I get 400 error code.
I have the sample code below:package RestAPI;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.net.Htt
Forum topic
OneSpan Sign
Hello,
Our team has started the integration with eSignLive REST API to create and send packages, sign the documents and get response payload from callback listener.
Forum topic
OneSpan Sign
I would like to make a suggestion to be a bit more specific in the maven artifact name of the java sdk.
Forum topic
OneSpan Sign
Is it possible to create a template with up to 5 signers but dynamically choose how many will actually be signing the package? I created a package with 2 signers but if I only include 1 signer it throws an unassigned role error.
{
"name": "{{name}}",
Forum topic
OneSpan Sign
We are trying to test how well text tagging will work for us and cannot get a simple field to populate with data. I'm sure it's just a text tag/or json payload issue.
Payload:
Forum topic
OneSpan Sign
Hi Team,
I am trying create a package with pdf document part of package.
Forum topic
OneSpan Sign
I am trying to debug an issue with injecting data via Apex SDK into a merge field to a specific PDF form and it's failing.