Topic Replies Freshness Views Users
Normal topic
Normal topic
Hi Esign team, I am wondering if there's any way i can make "Capture Signature" my default signature currently "Click to-Sign" is the default signature Thanks
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

Hi,

I saw the post for email Message content length limit was 1024 back in 2017, is it still true for  our on-prem v11.25? if not, could you let me know the new limitation?

 

thanks,

Normal topic

When documents are signed via the application they are uploaded for storage, however some of the generic documents don't have a customer ID available.  Is there a way for the sender to be able to apply the customers ID onto…

Normal topic

I'd like to know  how to check if a signer is locked via JAVA SDK?

 

Thanks,

Wendy

Normal topic

SSO PROBLEM, I explain the problem to you :

in the code, the method that causes the error is (createPackageOneStep) in line : packageId = eslClient…

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

Hi,

I have signed on behalf of client using Bulk Sign feature . When i retrieve evidence summary document its showing my IP in that document. Is than anyway possible to pass Client Ip since we are signing on behalf our client…

Normal topic

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…

Normal topic

Hi ,

is it possible to sign the document on behalf of client when client agrees to digital consent.

Normal topic

Guys,

I am creating a package with a notary that will have multiple signers. 

I noticed that if I include a handover, once signer one has finished signing, the pop up comes up giving that user to exit or…

Normal topic
Normal topic

Guys -

Since we are not sending a document up for a smart note, it's being automatically generated from the data and enote data sections, how do we go about adding one to an existing transaction that is already up in OneSpan?<…

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

when I tried to create a package using API call to my sender account (not the owner), even in the header, I put the sender API key there, but I got error message as 

{
    "code" : 401,
  …

Normal topic

Hi, i am trying to use the POST api /api​/packages​/{packageId}​/attachment​/{attachmentId} to add an attachment to a package but i always receive the below reply.

I am testing it through the swagger of the community portal…

Hot topic

Hello All,

I want to implement OneSpan API in PHP website. Flow is simple. One user uploads the pdf document and another user will sign that document. I am not able to find any concrete SDK on github as well as on Forum.

Hot topic

how to make fields which are common to all the signers , if there are more than one signers .

Normal topic

I'm trying to save some metadata in the `data` attribute of approvals, or even within a `Field`, but when I GET the package, `data` is `None`. I've had no issues saving metadata within `Documents.data`. Not sure whether this is a bug,…

Normal topic

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

Normal topic

Hi Team, 

I wanted to modify the signer details for a package using following URL

 

 

https://sandbox.e-signlive.ca/api/packages/{packageId}=/roles/Signer3

and body

Normal topic

Hi

I am new to OneSpan and trying to going through following blog  

https://www.onespan.com/blog/onespan…

Normal topic

We are using the Java REST API to create and send the transactions.  We would like our customer recipients to use SMS authentication for the signing ceremony, but our back office/branch senders will not be using…

Normal topic

how to get the report completion for specific time period in a day like between 8am to 12 pm.

using the below api 

/api/reports/completion.

what format should be From date and to date . Need to…