773 results matched your search criteria
Forum topic
OneSpan Sign
Hello
I am not able to fetch the documents after signing a package.
Forum topic
OneSpan Sign
We currently received notifications when the package is completed "PACKAGE_COMPLETE" however the documentid property is null.
Forum topic
OneSpan Sign
Is it possible to download the signed document and evidence summary PDF as a single PDF with the apex SDK? Right now we get each file separately.
Forum topic
OneSpan Sign
Hello Duo,
Here is our use case scenario:
Forum topic
OneSpan Sign
I use the package creation document upload API to create a document for signature.
Forum topic
OneSpan Sign
I keep getting this message "Signed and all signatures valid.
Forum topic
OneSpan Sign
I am making the following call https://sandbox.esignlive.com/api/packages/uUoiB-Htq5GXIvRN9VeDcjrMXYE=/documents/default-consent/approvals/b838ff5f-d63e-4a63-af92-fb2ec7fe9b98/sign and sending in the payload the following:
{
"fields" : {
},
"id": "default-consent",
"role": "034b
Forum topic
OneSpan Sign
Hi guys,
We have a case which must to star a signature process in eSignLive with a document that previously was signed by a client with a software certificate.
Forum topic
OneSpan Sign
I have 3 groups of signers, lets call them Group1, Group2 and Group 3
A document package is constructed in which there can be multiple documents.
Group1 and Group2 always need to sign all documents.
While Group3 only signs particular documents.
These Groups sign in order, so Group1 first, then Gro
Forum topic
OneSpan Sign
This works (after unzipping the file)
byte[] bytes = eslClient.PackageService.DownloadZippedDocuments(packageId);
using (Stream file = File.OpenWrite(DocumentName+".zip" ))
{
file.Write(bytes, 0, bytes.Length);
}
This creates a corrupt document
byte[] bytes= eslClient.PackageService.Downloa