Topic Replies Freshness Views Users
Normal topic

HI ,

I have a scenario like i  need to only pump the data and signers will manually sign the document. 

For that in some case i need to delete the signers at run time but not the fields associated with the…

Normal topic

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

 

 

 

Normal topic

What is the meaning of the provider element of role/signers/delivery, i.e. when one defines a role, one can specify

{
  "id": "Signer5",
  "reassign": true,
  "type": "SIGNER",
 …

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

Hi ,

How to change the sender email like [email protected] without first name and last name because it has been sending mail to customers like with my email id , first name and last name .

Normal topic

The Redirect URL is getting some values appended to it by OSS. Something like this pattern: ?package=[packageID]&signer=[signerID]&status=COMPLETED

I am not…

Normal topic

Guys,

I am getting this error this morning and I've never seen it before. Nothing has changed on our end and I was wondering if someone could shed some light on the subject.

 

-------------------------…

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…

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

Hi

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

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

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

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

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,…

Hot topic

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

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.

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…

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

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

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
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

Hi ,

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

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,

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

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…