255 results matched your search criteria
Forum topic
OneSpan Sign
We were successfully sending transactions and documents to OneSpan until the start of this week when we started receiving the below error. I have also put the invoking code below, it is based on the Apex SDK. It's a weird error as this was working on Friday..
CallOut:
Forum topic
OneSpan Sign
Guys,
I have an existing transaction that I am trying to add documents to. Below, you'll find the json package that I am sending up with the files. I am getting this error when trying to upload those files.
Forum topic
OneSpan Sign
Hi
I am trying to use REST Web service for Integration using Java. So i have pulled the "CreateAndSendPackageREST.java" from Developer Blog and updated the .PDF file location
and executed the program. It has given the below SSL Error.
Forum topic
OneSpan Sign
As the remote agent I want to programatically update a SENT package to DECLINED.
Forum topic
OneSpan Sign
Hi,
I've created a layout containing a signature with all available fields (Signing Date, Date, Signer Name, Signer Title, Signer Company, Text Field, Checkbox, List, Radio, Text Area, and Label) using the eSignLive designer screen, but when I retrieve the package via the REST API some of the fiel
Forum topic
OneSpan Sign
I'm thinking there MIGHT be a bug but wanted to post here before claiming that entirely. I'm using the latest .NET SDK.
Simple example is this:
1 document, 1 signer , 1 signature.
Prior to the signature there are two radio buttons.
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
Hi. We are getting the following error when we try and create a package.
{"messageKey":"error.validation.verifyDocument.documentExtractError","message":"[error.validation.verifyDocument.documentExtractError]","cod e":400,"name":"Validation Error"}
Forum topic
OneSpan Sign
User is receiving error:
02/25/2019 08:35:41.00: Could not upload documents to package. Exception: The remote server returned an error: (400) Bad Request. HTTP POST on URI https://apps.esignlive.com/api/packages/fnoXU33p3SSUy7mp4T_D6zLeA4o=/documents.
Forum topic
OneSpan Sign
I am trying to add validation to a Canadian Postal Code field using REST API using following code.