350 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
On the DOCUMENT_SIGNED callback is it possible to know who has signed the document directly or in some other way indirectly?
I need the email of the person who has signed the document for our application workflow.
What can I do with the sessionUser attribute.
Example Payload:
{"@class":"com.si
Forum topic
OneSpan Sign
While attempting to upload a document to a package via the following call: https://sandbox.esignlive.ca/api/packages/9uPhYzkvKRJXmdxv4Bje_7gz9Ls=/documents
I am presented with the following error:
POST https://sandbox.e-signlive.ca/api/packages/9uPhYzkvKRJXmdxv4Bje_7gz9Ls=/documen
Forum topic
OneSpan Sign
Hi. Can you tell me if it is possible to change a template document name for a new transaction, and if so how this can be done?
e.g.
Form form = new Form("FormName");
Forum topic
OneSpan Sign
Trying to save signed docs on our server. Looping through the doc collection, Content is null with code bellow:
//retrieve signed package from one span
var pkg = oss.GetPackage(req.PackageId);
Forum topic
OneSpan Sign
We are implementing Conditional fields. I am starting by trying to get our existing text tag to use the fieldName. From the documentation, I see this syntax {{esl_SignerAutograph:signer1:Signature}} .
Forum topic
OneSpan Sign
I get the error below when I try to run code, and the template shows my name (even though I'm not a signer) and no docs.
Forum topic
OneSpan Sign
Suppose we have sender named "123" and there are two signers "123" and "456". Is it possible to view document in an iframe when nobody has signed and when one signer has signed? Or will the document will always be opened in signing mode?
Forum topic
OneSpan Sign
Hi,
We have a scenario wherein we are rendering the signed document (pdf) in an application named Alfresco (it is a workflow tool) using its built-in pdf viewer.
For some reason, the signature doesn't show up in that viewer but when we open the document in adobe pdf viewer it shows up.
Could you
Forum topic
OneSpan Sign
Hello,
I hit the REST API to try and delete a document from our package, and this is the response we got.
{
"messageKey": "error.validation.cannotDeleteDocumentInActivePackage",
"message": "Document is in a active package and cannot be deleted.",
"code": 400,
"name": "Validation Error"
}
Forum topic
OneSpan Sign
Hi,
Is there a way to build a package such that one signer would sign 2 documents. Here is an algorithm that I am looking at:
1. Use PAckageBuilder to build a package named 'OriginalPackage'
2. Add 'signer1' and 'signer2' to OriginalPackage
3. Add 'document1' and 'document2' to OriginalPackage
4.