316 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
We have an application which creates SENDERS (unique email) on the fly if they have never sent any ESL package before.
We are using REST API to create a "dashboard" for each of those SENDERS we created and they use their email to login.
Can you point out the method (URL) to use to filter the l
Forum topic
OneSpan Sign
Hi,
In my CA sandbox account '[email protected]', I found the link for "view completed documents' button, the link is "https://sandbox.e-signlive.ca/sso/saml/login/alias/e-signlive?idp=xxxxx&RelayState=xxx"
Forum topic
OneSpan Sign
I am working on a solution to create a package containing a single document.
When I use a .pdf file, this works fine - the document is sent; a signing URL is generated and I can sign.
When I try to use a .docx file, I get a HTTP 400.
Forum topic
OneSpan Sign
My transactions usually have the same signer for the first and third signer. I give the signer the sending URL and they enter their own name and email address for the first and third signer, and they enter the second signer's name and email address as well.
Forum topic
OneSpan Sign
Hello,
I'm trying to implement eSignlive for my specific scenario:
1) I have created a document that will be sent to two users in sequeance through signing URL
2) First user will see Signature fields to sign
3) Second user will see Approve/Disapprove fields and select approve or disapprove
Now
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 need to have a way to enter the url like https://sandbox.esignlive.com/packages/ab854149-bd9c-4c80-89e0-3a6012c23659 and using single sign on be instantly put into that document packages edit screen using your web interface.
Forum topic
OneSpan Sign
I'm running the follow code (segment) and my pdf is showing up garbled on the sandbox using Java API version 10.10.1
I can read the file Consent.pdf using any reader on my workstation, but when it gets to the sandbox site it is showing up as a series of garbled text (starts with
@`%PDF-1.3...
Forum topic
OneSpan Sign
Hi There,
I am trying to create session token to access the eSignature in an iframe.
Forum topic
OneSpan Sign
In our web application we are using an iframe for rendering e-signlive contents for document signing. We chose iframe as part of the solution in order to keep the user within our application.