58 results matched your search criteria
Forum topic
OneSpan Sign
For integrated signing (e.g.
Forum topic
OneSpan Sign
Team,
We are getting exception saying 'Bad Request(400) : package is in invalid state' while doing client.SendPackage(package). I would like to know, in what all cases we will get this error.
Thanks,
SK
Forum topic
OneSpan Sign
Hi team!
The email will be sent while the package is created , please see the below codes:
PackageId packageId = eslClient.createPackageFromTemplate(currentTemplate.getId(), newPackage); eslClient.sendPackage(packageId);
How to prevent the email notification?
Forum topic
OneSpan Sign
What is the recommended way to update a package to use the new filled document?
Forum topic
OneSpan Sign
Is there any way how we can authenticate the signing process using email address rather than the phonenumber.
The scenario to be more precise is that
after eslClient.SendPackage(packageId);
When we get the signingUrl back, we would want to authenticate it via email.
I have found the authentication
Forum topic
OneSpan Sign
Here is the scenario. I need to change the Expiration Date of several packages that are about to expire out 30 Days.
Forum topic
OneSpan Sign
I tried creating package using json body and sending file content as base64 encoded string but I get this error {"messageKey":"error.validation.sendPackage.noApprovals","message":"Cannot send package without approvals.","code":400,"name":"Validation Error"}.
Forum topic
OneSpan Sign
Hi,
I am trying to integrate the flow into a node application. I am stuck at the add documents/start session stages. I have created a template via the web UI. I am able to create a draft package via the REST API.
However I don't know what to do to make a package not a draft.
Forum topic
OneSpan Sign
Hello,
I'm trying to change a signer using .Net API's as below. The code runs perfectly but not sure if the change happened at eSignLive side or not.When the new signer try to access the document he gets an unexpected error.
Forum topic
OneSpan Sign
Hi!
In some cases, I would like to send a document package with no signers but only reviewers.