444 results matched your search criteria
Forum topic
OneSpan Sign
Hi. I am trying to implement the sample code provided at https://developer.esignlive.com/code-share/php-web-form-application-example/
I have changed the API Key to the API key in my account. I believe that is the only thing that needs to be changed, unless I am wrong.
Forum topic
OneSpan Sign
I am responding to certain inbound notification events (i.e. DOCUMENT_SIGNED and SIGNER_COMPLETE) by making outbound calls using the SDK.
Forum topic
OneSpan Sign
Hi,
In our native iOS app (Swift), we get signing sessionToken from our own endpoint, and then launch webview with the URL like: https://sandbox.e-signlive.ca/access?sessionToken={sessionToken} for signing ceremony.
Forum topic
OneSpan Sign
Hi.
I am trying to implement the sample code provided at https://www.esignlive.com/blog/esignlive-how-to-creating-a-simple-php-web-application/
I have changed the API Key to the API key in my account and url .
private $url = “https://sandbox.e-signlive.ca/apiâ€;
private $key = “XXXXXXXXXXâ€
Forum topic
OneSpan Sign
I am making the following call https://sandbox.esignlive.com/api/packages/uUoiB-Htq5GXIvRN9VeDcjrMXYE=/documents/default-consent/approvals/b838ff5f-d63e-4a63-af92-fb2ec7fe9b98/sign and sending in the payload the following:
{
"fields" : {
},
"id": "default-consent",
"role": "034b
Forum topic
OneSpan Sign
Hello,
We are running into an issue where our signed PDF files are not being displayed correctly in Chrome and sometimes Firefox as well. Everything is normal with the PDF documents until we sign and download them through eSignLive.
Forum topic
OneSpan Sign
I am making good progress on my project I am now at a point were I want to have my app download the document after the signing is complete.
To do this I would like to set up a call back event on PACKAGE_COMPLETE
My dev environment is local 127.0.0.1 with a local host name How can I test the call
Forum topic
OneSpan Sign
We are facing an issue with third party cookies in Safari and in other browsers where the users have the third party cookies disabled.
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