279 results matched your search criteria
Forum topic
OneSpan Sign
Hi
I created two procedures in the same package which includes REST API. One procedure includes rest api to attach a report say ABC and in 2nd procedure another report XYZ is attached to esign portal.
Forum topic
OneSpan Sign
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 requirement from client to move our signatory box which we set using
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
I'm trying to get the pdf file via php using curl but I get nothing returned.
When I do the same in Postman I get the PDF file.
Here is my php code
$headers = array('Content-Type: application/json', 'Authorization: Basic '.$ApiKey, 'Accept: application/pdf', 'Connection: Keep-Alive');
$url
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, I have a package with status draft, Now I want to update an approval using this route
PUT /packages/{packageId}/documents/{documentId} /approvals/{approvalId}
Here I am updating multiple field values.
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
Hey!
I've used this codebase to put up a quick testing app: https://www.esignlive.com/blog/esignlive-how-to-creating-a-simple-php-web-application/
Unfortunately I am stuck for a day or so with a 400 error at this point:
POST /api/packages/A8e11I57ytWC1GHJzzphfLISw04=/documents/signed_docum
Forum topic
OneSpan Sign
Hi,
I want to get pdf document.
In POSTMAN
var request = require("request");
var options = { method: 'GET',
url: 'https://sandbox.esignlive.com/api/packages/{packageId}/documents/{documentId}/pdf',
headers:
{ 'postman-token': '731de084-90fd-c0ac-2fff-346723de7315',
'cache-control': 'n
Forum topic
OneSpan Sign
I am using Apex SDK for one of our project in Salesforce and it does work while uploading document binaries. However, randomly on certain times it creates a validation error. This error has something to do with emails because by changing email address this error goes away.