Topic Replies Freshness Views Users
Normal topic

Hi Duo, I keep getting Unsupported Media type error below:

{"code":415,"messageKey":"http.status.415","message":"Unsupported Media Type","name":"Unsupported Media Type"}


POST {{TheHost}}/api/packages…

Normal topic

Hello,

 

I would like to get the Evidence Summary of a completed transaction in Java.

I have checked this 

Normal topic

Hello,

I am interested in creating a package with one document, which should be signed by one signer only.
No other signature is required on this document, by another person. 
After the document is…

Normal topic
Hey there, i was following this guide (https://www.esignlive.com/blog/esignlive-how-to-creating-a-simple-php-web-application/) and I´m always getting Unauthorized Access as a respond. I used the right Api code (not the xxx-xxx-..) from…
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…
Normal topic
Guys, I am looking at the documentation for sending documents to a vault and was wondering if anyone had any examples for me to view. https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/package_settings_for_digital_lending…
Normal topic
Hello Duo, I am getting again and again the following error during sending document to esign. {"technical":"65533","messageKey":"error.internal.default","message":"Unexpected error. We apologize for any inconvenience this may have caused…
Normal topic

Hi,

 

We have a scenario where there is extra long names and the Esign stamp is truncating those at about 70 characters. We need to retain the whole text for legal purposes. Is there a solution or work around…

Normal topic

Guys,

I am trying to work with the new signer experience and I am seeing a few issues that I am not able to resolve as there does not seem to be any documentation on how to set these items.

1. Expand the documents…

Normal topic

First time using the API. I have a document with 2 signers, and the first signer receives the email from OneSpan indicating the need to sign, with a 'GO TO DOCUMENTS' button in the email. But clicking on the link opens a page that only…

Normal topic

Hello Duo, 

Here is our use case scenario: 

As I was testing my onespan integration into our system, I have recently found that the custom fields are bound to one particular recipient and at the time of…

Normal topic
I have a document package that contains two documents and three signers. One of the three signers only has an approval on one of the two documents. While I am able to limit that user's signing ability, they can still see the other document…
Normal topic
Hi I am trying to use REST Web service for Integration using Java. So i have pulled the "CreateAndSendPackageREST.java" from Developer Blog and updated the .PDF file location and executed the program. It has given the below SSL Error…
Normal topic
Hi, I have a package with status draft, Now I want to update an approval using this route PUT /packages/{packageId}/documents/{documentId} /approvals/{approvalId} Here I am updating multiple field values. var options = { …
Normal topic
I have done multiple trials and not able to end up with successful results for uploading a document to a Transaction. I am using REST API and here is the RAW request ----Request---- POST https://sandbox.esignlive.com/api…
Normal topic
Hi, I am not getting email bounce notification for wrong email signer in request. This is my post to silanis, please let me know is there anything missing in request. I have checked the email bounce check box in call back events. { …
Normal topic
Guys, We are looking at this page for creating the Auth token for a user. https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/authentication_tokens.htm?Highlight=user%20authentication#Create We have to do a POST request to…
Normal topic
Hi Team, I created an application to use your API, Recently i got new requirement that once package is Signed will download the Document but its in Secured format to get the file with Out Password secured i got to know that we can Use the…
Normal topic

Getting the below error while adding the attachment in esign in Oracle(Production instance)

ORA-22288: file or LOB operation FILEOPEN failed
Permission denied

While testing in non prod instances, no such error…

Normal topic

Hi,

Getting the below error for reminder. package is in draft status. 

400
Bad Request
HTTP/1.1
Response body>{"messageKey":"error.validation.invalidJson","technical":"Failed to…

Normal topic

Guys,

I know it's been a while since we've had a discussion about this but I not circling back around to this topic.

For our notary signing experience we are now trying to test with the new signing experience. I'm…

Normal topic

Hi,

I got the 500 (internal error) when create package from SOA to CA sandbox. same payload works in our on-prem version 11.25. any idea?

here is my payload

{
    "name" : "Signing-SC4…

Normal topic

Can a checkbox or radio button be "checked" or selected by sending a value in the JSON payload? We are having trouble getting a checkbox to show up as selected or checked. Text fields work fine. We have sent values for the checkbox such…

Normal topic

I'm trying to call OneSpan API call from MS Power BI, but currently unsuccessful.  How does one handle renewing Bearer Token? Below example was attempting to get a Token, didn't output error but seemed to hang. Mike(C)

Normal topic
I'm trying to use SMS authentication for my signers, but I can't figure out how to format this in my JSON. Any ideas?