140 results matched your search criteria
Forum topic
OneSpan Sign
Hi ,
I am posting below JSON, but its returning 1006 error code and the server repsonse is : Server returned HTTP response code: 400 for URL: https://sandbox.e-signlive.com/api/packages/
************************************************************************** JSON START****************************
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
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.
Forum topic
OneSpan Sign
Hi, I'm trying to follow the example https://developer.esignlive.com/guides/quick-start/creating-and-sending-a-package-rest/ however there seems to be conflicting information between the required fields listed there and the ones listed on the YAML.
Forum topic
OneSpan Sign
HI All,
Can you help me to convert the below API request into equivalent SDK code to create the package(with one document file as attachment to sign off):
{
"name": "packagename",
"status": "SENT",
"roles": [
{
"id": "signer1",
"index": "1",
"type": "SIGNER",
Forum topic
OneSpan Sign
Hi,
I am trying to get the signing status of a package using the following SDK call:
eslClient.getPackageService().getSigningStatus(packageId, signerId, documentId)
What I noticed that this call has inconsistent behavior while returning package information.
On some occasions even if a package is av
Forum topic
OneSpan Sign
When I do PUT request to /api/packages/{package_id} with request payload as
{
"status": "DRAFT"
}
I get error response as
{
"code": 415,
"entity": null,
"message": "Unsupported Media Type",
"messageKey": "http.status.415",
"name": "Unsupported Media Type",
"technical":
Forum topic
OneSpan Sign
As the remote agent I want to programatically update a SENT package to DECLINED.
Forum topic
OneSpan Sign
Is it possible to get the 'locked' status of a signer by using GetSigningStatus(). Currently, the returned status is 'pending', even though the user was locked.
I'm aware there's a callback that can be used, but using GetSigningStatus() flows better with our current code base.
Forum topic
OneSpan Sign
We have a service setup to get the "SIGNER_COMPLETE" notification but we need to iterate through and see who has signed and who hasn't. Is there a way in the .net code to get which signers are complete or at least which documents they have signed in the package?