Topic Replies Freshness Views Users
Normal topic

Hi,

We have an account with IDV enabled. We just wanted to confirm whether it is necessary for us to use the Retrieve IDV workflow api call before setting the authentication for a signer as "DV" or "DVF" while creating a…

Normal topic
Hi All, When I'm consuming the attachment requirements download API and PDF Document download API, It just gives me the stream of data. Is there anyway, that I can get the MIME type of that particular Document/Attachment?. Thanks in…
Normal topic

I need to identifying packages created via Bulk Send operations.  I see in Package data there is a Boolean field called "bulkSendable". If this is 'true' was the Package created via Bulk Send? If not this field, what other field…

Normal topic
Hello, I would like to know if there is any way to identify (without callback) delegation information and who delegates to who using REST API. I have firewall limitations that's why callback is out of the question. Regards, Felipe
Normal topic
Hello , I am creating few approval fields , where I am passing data in following format :

         {
                    "page":0,
                    "subtype":"TEXTFIELD",
                    "width":161,
                 …
Normal topic

Hello,

I want to integrate the Id verification into my web application, I already integrate onespan to my application but i want add an id verification security to the signature.
I need help.
Thank you.

Normal topic

no postman, no python , no this site OneSpan Sign Sandbox | OneSpan Community Platform

 

curl -X 'GET' \ 'https:/…

Normal topic
I am trying to create a package using the REST API through my company proxy, using a system called TIBCO. My understanding is that we need two types of security: 1. Basic authentication (using the API Key, that we have been given from…
Normal topic
Hello gurus. I hope you can help me. I'm trying to create a new package in sandbox.esignlive.com, but when I try to upload the document I'm getting: HTTP/1.1 415 Unsupported Media Type Basically I'm trying to reproduce the same calls as…
Normal topic
Hi, One of our client reported this issue: They received the following HTML response to a request instead of the JSON payload they typically received.
  405 Not Allowed    …
Normal topic
How do I configure the multipart request to create a package and send in attachments in a single call?
Normal topic

I have a template with 550 label fields. I saved the fields to a new layout. Now, I need to shift all 550 label fields 8 pixels up. Doing it manually is a painful process. 

Is there a way I can do this - 

1…

Normal topic
I am making the following call
https://sandbox.esignlive.com/api/packages/uUoiB-Htq5GXIvRN9VeDcjrMXYE=/documents/default-consent/approvals/b838ff5f-d63e-4a63-af92-fb2ec7fe9b98/sign
and sending in the payload the following:
Normal topic
Hi, I want to show 2 documents of my package together at a time during signing ceremony. Typically, I see that as soon as one document's signing ceremony completes, another document arrives. But, my requirement is to show both documents…
Normal topic
Hi , Enabled the Callback timeout to be configured to give the Callback endpoint extra time to process a Callback request. For above change where can we add timeout settings is it account level or need to append time out parameters to…
Normal topic
I have a document that has got like 200 fields. I have made a web page that contains a web form with all those 200 fields. When user submits the form I would want all the fields to be populated in the eSignLive form. Is this possible via…
Normal topic
Hi, Currently after signing the process we are receiving the Thank you window with Close and Exit e-SingLive buttons. We are getting the eSignLive Login page at the time of clicking on "Exit eSignLive" button. Do we have any parameter to…
Normal topic
I have created a .Net web application to receive posts from the eSignLive server to handle event notifications (PACKAGE_CREATED, DOCUMENT_SIGNED, etc.) I am successfully receiving the events, parsing the Json posted to me, and handling the…
Normal topic

API Rest allows me to create a sender in an account. I could verify this process by viewing the sender from Admin> User, but I could not assign it roles through API. Therefore, he will not be able to manage or generate a transaction…

Normal topic

When creating a new package from a template I am trying to populate one of the existing text fields only if I have specific information. How can I achieve this using the rest api?

Normal topic
Hi In our Web Application, we have a 2 Types of PDF: 1. Templated PDF which our App will merge Data ; The resulting PDF will have the merged data and Fields with the DocumentExtract tags [SignerId#.Capture#] 2. PDFs from 3rd party…
Normal topic
I'm using the POST /packages/{packageId}/clone API call to create package from template. The template has some fields added and I want to fill one of them so the signer will not be able to change it. Is it possible? And if…
Normal topic
Hi, We are going to implement esign in mobile where customers will sign our app from mobile browser. So, we need our iframe mobile responsive but the signing ceremony pdf content is not responsive. Therefore, we need the content in iframe…
Normal topic

I need to check radio or check box before signing . Is this possible in one span .

 

 

 

Normal topic
Hello, Our team has started the integration with eSignLive REST API to create and send packages, sign the documents and get response payload from callback listener. We have a question regarding the sessionUser. After we created and sent a…