320 results matched your search criteria
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
Hi Team,
I am trying to figure out the way to convert the unit measurement in our system (millimeter) to OneSpan unit.
Today we use this formula to convert the signature coordinates in my application to OneSpan:
Forum topic
OneSpan Sign
Canada SBX = sandbox.e-signlive.ca
API = /apitoken/clientApp/accessToken
https://sandbox.e-signlive.ca/apitoken/clientApp/accessToken
header fields Accept + Content-Type ( both set to application/json )
Forum topic
OneSpan Sign
Hi Team,
We are trying to integrate One Span Sign into our PHP Laravel application. We got the sample from the support team. But we are getting the following error when we try to create the package. Here we are using PHP CURL functionality to initiate the REST API calls.
Forum topic
OneSpan Sign
Hello. This is not working. I tried below code and get this error message. I am trying to download an in progress transaction since this cannot be done in the UI. I tried the below code but am getting the below error message.
Forum topic
OneSpan Sign
We have a need to include previously signed forms within an application package that we send to the client. The request is to have a way to insert these signed documents into another PDF. When attempting to do so in Adobe Pro we are advised that the PDF is password protected.
Forum topic
OneSpan Sign
Hello, We have integrated our salesforce application with onespan using APEX SDK.