Topic Replies Freshness Views Users
Normal topic
Hello Team, I am using "https://sandbox.esignlive.com/api/packages/" to create request on EsignLive. after successful call we received email from eSignLive to sign this document we open email to sign this document. then we have…
Normal topic

We have a requirement like below

We will create few contract document templates(PDF) in onespan using onespan console. These document will have various fields(name, age etc) which will have to be populated programetically…

Normal topic

Using create package API, Along with creating package, can we use also use data field to store some data.

This field value we use in when retrieve the package.

"data": {
    "additionalProp1": {…

Normal topic
I'm new to eSign, I think I could create e template in my dashboard, and then dynamicly create packages based on that template? This does not seem to work for me. I create a new package with signer into it but no luck.
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
Hello, I want to create a package from an already created template with sign field & assign to the signer and show in an iframe to sign the fields. I am using PHP. I tried using simple web application PHP code given in the forum. but not…
Normal topic

I tried creating package using json body and sending file content as base64 encoded string but I get this error {"messageKey":"error.validation.sendPackage.noApprovals","message":"Cannot send package without approvals.","code":400,…

Normal topic
I have seen the post of creating the package from the existing template using .NET SDK. https://developer.esignlive.com/code-share/create-template-use-create-package-net/ Is it possible using REST API too. If yes can you please make a…
Normal topic

I have access to three Sub Account.
I can create package inside any of the sub accounts in UI.


If i create a package through API it will be created inside my home sub account

How to create package…

Normal topic
Hi, I want to upload document on package, document uploading working fine. I also want to add roles and approvals through code. I have added payload in this way but it is not working. "payload": path.join(__dirname, 'payload.json')…
Normal topic
Hi, I am translating SDK call to REST API. Attached is the code we use SDK call. I have difficult to find all options or parameter from the website documentation. Could you please provide some sample, how to construct the required…
Normal topic
Hi Team, We are using rest API to communicate with esign live . when we create and send document we are using the below url . https://sandbox.e-signlive.com/api/packages Once we send…
Normal topic
I am trying to create a package and include the Signing Method (personalCertificateSigning) for the roles in the package. Is there a way to send this as part of the package creation and not do this as an update, ie. needing to call PUT…
Normal topic
Hello, I want to create a Draft package (no signers, no documents) with the REST API. I'm sending this JSON string :
{  
   "name":"test",
   "type":"PACKAGE",
   "language":"fr",
   "emailMessage":"",
   "description":"",
   …
Normal topic
I'm trying to add a role to an existing package in draft status. I'm getting
{
    "technical": "",
    "packageId": null,
    "messageLanguage": null,
    "messageKey": "http.status.415",
    "entity": null,
    "code": 415,
    …
Normal topic

Hello all,

My goal is to enable an admin person to easily assist with a signature package (they will be the sender) but where the admin person is strictly the sender and will never be a signer.

I am exploring the…

Normal topic

Hi,

I've been trying to create a package from a template by referring to this documentation: https:/…

Normal topic

Hello,

I am new to the OneSpan sandbox and REST APIs/.NET SDK

I have the following scenario and I'm using some CodeShare samples to piece this together:

1. Retrieve a PDF without embedded…

Normal topic
Is it possible? Has anyone done this?
Normal topic
Hi Team, We are trying to create the Approvals using REST API. This works without any issues when we don't use the text anchors. However, when we use text anchors, we don't get the expected results i.e. the approval fields are created…
Normal topic
Here is the situation : We integrated OneSpan eSign into our Saas. As we wanted it completely withelabeled, we integrated the designer into an iFrame and we use the callback events listed here: https://docs.esignlive.com/content/c…
Hot topic
Hi All, I followed instructions provided in https://developer.esignlive.com/guides/feature-guides/text-tags-extraction/ "REST API" tab Also "Code Share" hyperlink does not have any code sample to download. Using postman REST API client…
Normal topic
Hi! I have been trying to upload multiple documents with a post request to '/api/packages' (the sandbox) url and getting getting the error indicating the number of documents sent in the payload is different from what I attached, Could…
Normal topic
I have an issue where I am adding 2 signers to a package that have the same name. They have unique IDs and different email addresses. Is there a solution to this use case?
{
    "signers": [{
        "firstName": "JOHN",
        …
Normal topic

Hello Duo, 

Our requirements: 

We will have a multiple subscribers using our service. Currently, we have one single account under onespan for the integration of onespan into our system. We are using the…