534 results matched your search criteria
Forum topic
OneSpan Sign
I have a client who is using REST API to create package.
Forum topic
OneSpan Sign
Good Morning guys,
My team and I have been working on this error for a few days now and we aren't sure why it is firing off.
Forum topic
OneSpan Sign
Receiving the following response and 500 error when trying to create a package:{ "messageKey": "error.internal.default",
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
Hello,
I am trying to fill PDF form and upload and then change status to SENT to publish it. But Status SENT is not working. I am facing issue with that. It give error "The requested URL returned error: 400 Bad Request".
I am able to fill PDF form and create a package with a draft in the account.
Forum topic
OneSpan Sign
"messageKey":"error.validation.verifyDocument.couldNotBeFlattened","message
Hi, getting the same error, document is correct pdf, can you please check {"messageKey":"error.validation.verifyDocument.couldNotBeFlattened","message":"Could not upload PDF document: it contains a syntax error
Forum topic
OneSpan Sign
I'm trying to save some metadata in the `data` attribute of approvals, or even within a `Field`, but when I GET the package, `data` is `None`. I've had no issues saving metadata within `Documents.data`.
Forum topic
OneSpan Sign
Hi,
I'm trying to send an extra document to an existing package (with no document) using the REST API endpoint /api/packages/{packageId}/documents.
Doing so returns me a "406 Not Acceptable" error, which doesn't tell me much on what is wrong.
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