239 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
we found out that for some packages when it's in "DRAFT" status and package expiryDate passed, the package status becomes " EXPIRED", but some of them are stay as "DRAFT".
Forum topic
OneSpan Sign
In Sandbox, when I call the API for signing status, it always returns SIGNING_PENDING.
Forum topic
OneSpan Sign
Hi,
I've come across a situation where a signers signing status for a particular document does not get updated when the document is declined.
It can be reproduced as follows:
1. Create a package with 1 document and 1 signer.
2. Enter the signing ceremony and decline the document.
3.
Forum topic
OneSpan Sign
We create a package where Primary and Secondary signers are both true
We set the expiry datetime for 1 hour when we create the package
We process the package, then send the uploaded documents to OneSpan to sign the documents.
Forum topic
OneSpan Sign
Hi
We are able to create the package but the status was not changing to SENT. below is the sample request we are using to create the package and then updating the status.
Forum topic
OneSpan Sign
Hi There,
I am using the example provided on this page : https://developer.esignlive.com/guides/quick-start/check-package-status-and-download-documents-java/
In this example, there's a line to check the Signing Status:
SigningStatus sentSigningStatus = eslClient.getSigningStatus( packageId, nul
Forum topic
OneSpan Sign
Hello,
I am trying to create a document package and send it as a "draft".
Here is the code that I have came up with :
EslClient eslClient;
PackageId packageId = eslClient.CreatePackage(package);
if I want to create a package with a "sent" status instead of draft, I ad this line :
eslClient.SendPac
Forum topic
OneSpan Sign
Hello,
just started to work with the REST API.
currently working thru the Python test cases / examples.
i have two initial observations.
1.
Forum topic
OneSpan Sign
I'm trying to add a role to an existing package in draft status.
Forum topic
OneSpan Sign
I've tried to do a status change on OPTED_OUT package to DRAFT (edit data, then set it to SENT).
Request
PUT /api/packages/PACKAGE_ID HTTP/1.1
Accept: application/json,application/zip,application/pdf,text/html; esl-api-version=10.7
Accept-Encoding: gzip, deflate
Authorization