Hi,

We would like to embed or integrate the onespan sign product inside our web application, like the attached sample process (please see attached png file)

Sorry for this basic question:

1- basically I'm asking is how can we integrate the current onespan sign application inside our application. I saw that the onespan sign can be embedded inside an iframe, authenticating it with the tokens for the application. 

 2 - the documents will reside in our local storage so do we need to upload those documents inside onespan sign?

Forums

I'm querying packages from OneSpan Sign REST API. I don't use any filters, so I expect to get all of the packages. There are two, one in the inbox, and one in the drafts folder. 

Here's query

curl -X GET "https://sandbox.esignlive.com/api/packages" -H "accept: application/json; esl-api-version=11" -H "Authorization: Basic API KEY"

Response contains JSON with

{

   "count": 2"

   "results": [ ... ]

}

This sample code is to demonstrate how you can make convert a SOAP message received from typical web service for document signing to eSignLive REST API.  This sample also uses Text Tags in sample document to simplify the Json message in REST API to REST eSignLive to create a transaction.
Rate this Code Share
Downloads
43
Source type
Direct file upload - File will be hosted on developer website
File