Topic Replies Freshness Views Users
Normal topic

I started getting 500 errors from onespan api when try to get signing url for a package role

 

http response received:

{
    messageKey: 'error.internal.default',
   …

Normal topic

We’ve seen an error a few times in the past week or so (screenshot attached.)  During signing, after clicking Confirm on one doc we get a server error as below.  We have to close the modal and restart signing, which…

Normal topic

Hi, 

I have a method to Retrieve the attachment:

public async Task<byte[]> GetAttachmentContentAsync(string packageId, string attachmentId)
{   

   _httpClient.DefaultRequestHeaders…

Normal topic
Hi there, I just start to use this function in our platform, and when I try to fetch all packages' info, I notice the response only contains 1 package details even the "count" value is 2. Could you pls help to check? Thanks a lot in…
Normal topic
Hi, There is a confusion when we use the callback function, is there anyone to give some advice? The callback url is based on our application. And this path is correct when running directly in the browser, however there is no reaction…
Normal topic
Hi For the package id 3W4u7y3fgdBUMmSE0ZciFWdUzNo= , the disableDownloadForUncompletedPackage was set to false however I cannot see the download button during the signing ceremony Please see the attached screenshot. Thanks …
Normal topic
Hi I want to Specify/ restrrict the Documents a Recipient Can View. The following link has java and C#code https://docs.esignlive.com/content/c_integrator_s_guide/sdk/c_managing_documents/document_visibility.htm?Highlight=document…
Normal topic
Hi Can we search for packages based on the signers First Name and Last Name . Regards mario
Normal topic
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…
Normal topic
Hello, I am trying to fill PDF form and upload and then change status to SENT to publish it. But Status SENT is not working. I am facing issue with that. It give error "The requested URL returned error: 400 Bad Request". I am able to fill…
Normal topic
I am tryng to change my working code from uploading a single PDF containing a "stage" of forms to upload each form selected from the "stage" as a PDF. Many of the stages select forms which do not contain signatures, so I am not getting any…
Normal topic
Hello, I have added signer SMS verification before sign of document. It show SMS sent. but user don't receive any SMS. even if user request SMS while sign, it say SMS sent successfully, but don't get any SMS. Here is the code. There is…
Normal topic
Guys, I cannot seem to find documentation on how to create radio buttons and groups. Do you guys have any examples or documentation that you can point me to?
Normal topic
Hi, we create a package through REST call(https://sandbox.esignlive.com/api/packages) and upload the files to them incrementally with separate REST calls(https://sandbox.esignlive.com/api/packages/{packageId}/documents). Here are my…
Normal topic
Guys - Is there an API call where I can return the document list by signer? I know I can get this information just by doing a GET to the package but that also brings back more than what I need. I can also do the DocumentVisibility API…
Normal topic

Hi ,

I see there is an api to get the status for a package or a transaction . In same way can we able to get he status for the document and signer level.

 

Thanks

Naresh S 

Normal topic

Hi ,

Signer has to input group of numbers together say SSN . How we design that , is there any specific input type available for this ?

Normal topic

Hi, 

Is it possible to inject the values using field names rather than ID , since its becoming very difficult to send values using id because if we have four environments each time its very difficult to inject values…

Normal topic

I have created 5 checkbox , how to validate atleast one has been checked .

Normal topic

Getting the below error for the url path-  https://sandbox.esignlive.com/api/packages , https://apps.esignlive.com.au/api/packages.

ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1130…

Normal topic

We are using the completion report API to retrieve the completed transactions from all senders.  Using this (/api/reports/completion?status=COMPLETED&from=2020-03-01&to=2020-05-13), service did not return all of…

Normal topic

I am trying to create a package and upload a document but I only get the error message "Number of uploaded files does not match number of documents specified in package."  I have looked through the API and other posts about this…

Normal topic

This API call requires {senderId} but when I use my "name" or "email" it does not work, nor does it work for any other value I could think of to try. The documentations says "The unique sender id" but what is that value? where does it…

Normal topic

/api/packages?predefined=all&from=1&to=99999&predefined=all

returns 

{

    "results": [],<…

Normal topic

Getting the following error when I try and create packages in my sandbox:

Could not create a new package Exception: HTTP POST on URI https://sandbox.esignlive.com/api/packages resulted in response with status code: [400, Bad…