914 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I am trying to get the signing status of a package using the following SDK call:
eslClient.getPackageService().getSigningStatus(packageId, signerId, documentId)
What I noticed that this call has inconsistent behavior while returning package information.
On some occasions even if a package is av
Forum topic
OneSpan Sign
I want my package to be sent to a party not a signer, and not to any of the signers. How do I provide for this with .Net?
Forum topic
OneSpan Sign
Hi,
I understand additional fields can be put in the CSV for bulk send to populate custom data into a transaction by adding extra columns that map to fields in the template. Is there a limitation on the number of fields for each row in the CSV?
Forum topic
OneSpan Sign
This one is actually both a question and its answer. I just received a question from an integrator who is trying to define a date field. Other topics probably cover this but I thought I would take a minute to create one dedicated specifically to this topic.
Bound fields are a little tricky.
Forum topic
OneSpan Sign
Hi there! It would be nice to specify that documents ALWAYS attach after a signing package is complete. This currently has to be done per signer and in our industry, I want to ensure that ALL signed docs get sent to ALL signers by default. Is this possible?
Forum topic
OneSpan Sign
Hi,
I am wanting to add some extra fields to the evidence summary PDF that can be viewed after a signing session is complete.
Forum topic
OneSpan Sign
Guys,
I am creating a package with a notary that will have multiple signers.
Forum topic
OneSpan Sign
Hi,
Could you please tell me if the following is possible using esignLive UI (we do not want to go the API route)
1) If the package has say 5 signers , can we set it up such that the first 3 sign sequentially and the last 2 in parallel
2) If the package is set to have all signers sign in paralle
Forum topic
OneSpan Sign
Hello;
I am trying to set up REST API integration for one of my clients.
I've gotten as far as:
1) Create The Package
2) Add a Document
3) Create a Signer (Role)
4) Add the Signer
I am now trying to send the document to the Signer.
How does one do this?
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?