186 results matched your search criteria
Forum topic
OneSpan Sign
Its possible append document to existing package using application/json content type and base64 coded pdf?
Forum topic
OneSpan Sign
Hello,
I am trying to use the REST API in my web application to add a document to a package. When I submit my form with a POST request, I am getting a 406 error. The accept header I'm using is application/json. What should I use instead?
Thanks,
Rex
Forum topic
OneSpan Sign
I'm receiving a 500 error when I upload a document to /packages with the following roles and approvals. Any idea where the error could be coming from?
Forum topic
OneSpan Sign
Hi,
I am attempting to create a package with multiple documents using the "files[]" multipart form field, but I always get back this message:
{
"messageKey": "error.validation.package.wrongNumberOfFiles",
"technical": "Number of uploaded files does not match number of documents specified i
Forum topic
OneSpan Sign
Hi excuse my ignorance as I am migrating from Adobe Sign and
trying to use the text tags to trigger Signer1 fields in my uploaded document.
I have tried a few iterations of trying to get a Signer1 Signature field recognized after i have uploaded
Forum topic
OneSpan Sign
We are getting below error uploading PDF document {"message":"[error.validation.verifyDocument.documentExtractError]","code":400,"messageKey":"error.validation.verifyDocument.documentExtractError","name":"Validation Error"}
Forum topic
OneSpan Sign
HiI am trying to add Documents while creating the eSign package, is it possible?
Forum topic
OneSpan Sign
Hi!
I have been trying to upload multiple documents with a post request to '/api/packages' (the sandbox) url and getting getting the error indicating the number of documents sent in the payload is different from what I attached,
Could have a look at the code and let me know, what I am missing?
Forum topic
OneSpan Sign
Hi,
Is there any documentation on how to upload multiple documents using the ONESPAN SIGN API, currently trying to use POST /api/packages/{packageId}/documents, however second document doesn´t get uploaded.