1315 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I'm looking for a way to add signatures to multiple documents in package in one API call instead of having to make separate calls for each individual document. We're looking to accomplish this so that we can reduce our total number of API calls to eSignLive and help our performance.
Forum topic
OneSpan Sign
Hello I created a package but removed the Electronic Disclosures and Signatures Consent.
So I have a package with just one document. But when I try to sign it using the api call /packages/package_id/documents/signed_documents, I am not able to sign the document.
What could the issue be here?
Forum topic
OneSpan Sign
Hi Team,
While creating a package using REST API. What is the exact configuration that I have to do enable the review before completion feature on the particular package?
Can anyone help me on this?
Thanks in advance.
Forum topic
OneSpan Sign
Hi,
We need to know that the possible max size of package id and document id.
Thank you.
Forum topic
OneSpan Sign
Hello,
Is there a way to remove the navigation icon within the package? If yes, could you let us know how we can achieve it.
Thanks,
Sushma
Forum topic
OneSpan Sign
Hi,
We are planning to implement a purge process to purge packages that's too old. But since the purge API takes package id and we don't have it, should we call Get /packages to get all the package ids that meet our requirements?
Forum topic
OneSpan Sign
Hi eSignLive,
Currently the documents are auto navigating to next document with in the same package once the signing completed on document.
Forum topic
OneSpan Sign
I'm experiencing an issue when I try to update a signature type from click-to-sign to capture, after a transaction is created.
We have tried the modifySignature method using the Java SDK and it seems like this approach does not work.
Forum topic
OneSpan Sign
Hello,
I am confused how to add more than one files in a Package with different signers. Is it possible in eSign to add more than one files in a Package and get each file status from eSign.
Thanks
Forum topic
OneSpan Sign
Is there any way I can dynamically add signer and document while creating the package.
For example I want to use a for loop to add no of signers(withSigner) and documents(WithDocument), when creating the package