Topic Replies Freshness Views Users
Normal topic
Hi Can you please give me a link to the object docs It used to be at the link below https://docs.e-signlive.com/10.0/schema/index.html#package Regards Mario
Normal topic
Guys - When creating an approval, does the "role" field of that approval have to match the "id" field in the role object for that signer or the "id" field of the signers object in the that role object?
Normal topic
Hello, I want to create a Draft package (no signers, no documents) with the REST API. I'm sending this JSON string :
{  
   "name":"test",
   "type":"PACKAGE",
   "language":"fr",
   "emailMessage":"",
   "description":"",
   …
Normal topic
Hi, Is there any requirement on the PDF so that Position Extraction is captured by the REST API? The problem I'm having is that Im working with a 3rd party which delivers a PDF with Signature Fields in the PDF. I've requested that they…
Normal topic
Hi, Is there any API or .Net SDK, we can have view the list of documents added, removed, and other Audit Trails on an package. I am using the below API to get some signing and viewed audit on a package, https://sandbox-esignlive.cdk.com…
Normal topic
Can we include the custom field inside the Package? If possible please let me know.
Normal topic
I'm looking for a coding example of a JSON package that would have multiple documents per transaction. Does anyone happen to know of a good link or example that I can use?
Normal topic
Is it possible to send multiple documents via one API call and one transaction? This is similar to the code in the example, can I just append each file to a new form for the MultipartFormDataContent? ByteArrayContent…
Normal topic
Hello, I want to create a package from an already created template with sign field & assign to the signer and show in an iframe to sign the fields. I am using PHP. I tried using simple web application PHP code given in the forum. but not…
Normal topic
Guys, I am building the JSON package and sending it up via the REST API. For whatever reason the system notifies the signers but the notary is not getting sent the email. I've tried changing the signing order to have the index on the…
Normal topic
Hi Is there a post on how to delete a document from a package I can see a post on how to add a document to an existing package. https://developer.esignlive.com/guides/feature-guides/document-management/ Thanks Mario
Normal topic
Hello, I'm trying to integreate my Ruby on Rails application with OneSpan. I was able to create a package but when I try to add a document to that package I get Unexpected Content-Disposition value for parameter 'name'". I used…
Normal topic
Hi Team, I need to pass a custom field while creating a package. But the custom field is showing in the document while signing, since I have mentioned it as Type:"INPUT", SubType:"CustomField". But, I should not be showing the field to…
Normal topic
Guys, I am seeing the owner of the account in the signer's dropdown list on documents where the owner isn't a signer. Is there a way to remove that from happening?
Normal topic
I need to set the package expiration date when I submit a package via the REST API with status=SENT. I have found the documentation on how to do this with the SDK but not with REST.
Normal topic
Hi Team, While I'm using the SMS Authentication type to authenticate a signer, the signer is not receiving the passcode SMS. Even I tried it with the package created using the sandbox environment. But, I'm not getting the passcode. Is…
Normal topic
Hi Team, Can anyone provide me the sample JSON for Create Package API which include below features: 1. Reminder Schedule. 2. Review Before Completion. 3. Templates. Thanks in Advance.
Normal topic
Hi Is there a maximum length for the package id. Thanks Mario
Normal topic
POST /account/senders/{senderUid}/resetpassword I'm using the above with the REST API to attempt to reset passwords for senders in an account. I get a status code 200 returned and no content in the response payload as expected, but the…
Normal topic
I have an issue where I am adding 2 signers to a package that have the same name. They have unique IDs and different email addresses. Is there a solution to this use case?
{
    "signers": [{
        "firstName": "JOHN",
        …
Normal topic
Hi, We need to know that the possible max size of package id and document id. Thank you.
Normal topic
Guys, I was looking in the feature guide and I saw a section that shows you how to change the signer. Is it possible to change the Notary, since the Notary is nothing more than a signer as well?
Normal topic
Hi Is there a limit on the number for senders for 1. a US PROD account . 2. a US Sandbox account Regards Mario
Normal topic
Our application submits signing packets via the REST API and receives callback notifications. Our application is not equipped to send emails, though, and our business line wants to receive an email for each notification. Is it possible…
Normal topic
I read the following blog post: https://www.esignlive.com/blog/esignlive-setting-reminders And tried setting up reminders in my initial POST request that creates a signing package. It's not working. ESL creates the package with no error…