320 results matched your search criteria
Forum topic
OneSpan Sign
Hi All,
I'm starting integrating the signing platform through a POS application
I've used other signing platforms but the name of the entities seems to be different so I'm quite puzzled about where/how to start.
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
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
Forum topic
OneSpan Sign
Hi,
We have integrated esignlive application form submission using the following guide in php .
https://www.esignlive.com/blog/esignlive-how-to-create-and-send-a-package-with-rest-in-php/
We have successfully created and sent packages from the sandbox account.
Forum topic
OneSpan Sign
We need to remove the ability for users to download the signed PDF through the web interface, both via the emailed signature request and the browser based version (using host/access?sessionToken={mytoken}).
Forum topic
OneSpan Sign
Hello,
We are still using the classic signer UI and have a question.
Forum topic
OneSpan Sign
The following code does not return the specific error message.
Forum topic
OneSpan Sign
I have created a .Net web application to receive posts from the eSignLive server to handle event notifications (PACKAGE_CREATED, DOCUMENT_SIGNED, etc.) I am successfully receiving the events, parsing the Json posted to me, and handling the events.
Forum topic
OneSpan Sign
Hello, We have integrated our salesforce application with onespan using APEX SDK.