23 results matched your search criteria
Forum topic
OneSpan Sign
If I create a package with a signer that is assigned no signing blocks, that singer's status is SIGNER_COMPLETE. This is good, as it lets me know that signer is a reviewer and has nothing that needs to be signed.
Forum topic
OneSpan Sign
HI ,
I have a scenario like i need to only pump the data and signers will manually sign the document.
Forum topic
OneSpan Sign
Hi,
I'm having an issue when trying to use the delete feature to permanently delete a package.
Using the Java SDK, I simply execute the following line.
eslClient.getPackageService().deletePackage(new PackageId(packageId));
Forum topic
OneSpan Sign
I was a bit surprised to find the PackageService.updatePackage only updates package-level properties and does not deal with the complexities of adding/removing/updating the signers and documents.
Forum topic
OneSpan Sign
If I accidentally send a package to the wrong email address or the wrong signer, can I modify the package I already sent? Or do I have to delete it and start over?
Forum topic
OneSpan Sign
Hi,
I have a requirement where I need to assign Signer details to a specific placeholder in a layout.
Forum topic
OneSpan Sign
We are trying to add signers to the package that was already sent through the API and keep getting the following exception:
com.silanis.esl.sdk.internal.EslServerException: Could not add signer.
Forum topic
OneSpan Sign
Hi
On an In progress transaction (SIGNING_PENDING) with multiple signers & with Document A that is signed by (SIGNING_COMPLETE) Signer A, is it possible to update the document content (bytes) without losing the already obtained signatures from Signer A?
Forum topic
OneSpan Sign
I see there is a RESTful API to update an existing document in a package. Is there a function call in .Net SDK to achieve the same thing?
Forum topic
OneSpan Sign
Hi ,
We are having documents inside a template. In runtime user is choosing what documents needs to be esigned based on that we will clone documents from a template and delete the extra roles and will send for esign.