59 results matched your search criteria
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
Intelligent Adaptive Authentication
Hi,
Is there a way to change the package expiry date without re-sending the invitation email?
My current code is
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
Team
We are experiencing intermittent issue while adding document to existing package. Please let us know why this could happen.
For reference i will put in package on which we faced this exception.
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
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
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.