292 results matched your search criteria
Forum topic
OneSpan Sign
I was investigating the data captured by OneSpan and made available through the REST API and also, if I can use PowerBi to display the data. I am trying to use the completion report API (https://developer.esignlive.com/guides/feature-guides/completion-report/#rest-api).
Forum topic
OneSpan Sign
Hi,
I get 400 error code.
I have the sample code below:package RestAPI;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.net.Htt
Forum topic
OneSpan Sign
Hi,
thanks Haris for your input, my next step is to simulate the workflow and working on a POC using SOAPUI ( a freeware I use to test REST services ).
The workflow is straight forward:
1. Create a Package and Send the PDF . Read the Response PackageId
2.
Forum topic
OneSpan Sign
Hi,
I am trying to add text tags into my document using the REST API
I am following this example:
https://www.onespan.com/blog/onespan-sign-how-using-text-tags
Forum topic
OneSpan Sign
We need to push our signed documents into an eOriginal vault. The instructions say to push it through a "data" field in the API.
Question #1: Location and Procedure
Forum topic
OneSpan Sign
I use the event notifier with a Iframe (https://community.onespan.com/documentation/onespan-sign/codeshare/esignlive-event-notifier) for couple years in my projet and when I have configure it initially the event to check for completion was ESL:MESSAGE:SUCCESS:SIGNER_COMPLETE.
Forum topic
OneSpan Sign
HI everyone during my integration I got stuck with this error> I wanted to create a package upload a file and add signatories.
Forum topic
OneSpan Sign
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?
Forum topic
OneSpan Sign
In the options for a Txn a reminder can be setup:
a) What is data element internal to package that controls whether reminding is be set?
b) What is data element internal to package that specifies # of days to wait until sending reminder?c
Forum topic
OneSpan Sign
Hi,
I have a question about data retrieval / reporting. Everything I've read thus far within the eSL documentation references the use of the Java/C# SDKs and/or the REST API for data retrieval and reporting.