14 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
We are in exploring REST API for creating a package with a signing document. Thanks to the good developer resources on this site, we could accomplish this part but the challenge we have is the document resides on a Cloud platform and is accessible over a URL.
Forum topic
OneSpan Sign
Hello,
I am getting this error while generating the signing URL:
Could not sign documents. Exception: The remote server returned an error: (500) Internal Server Error. HTTP POST on URI https://apps.e-signlive.ca/api/packages/-XN_Sbs1bSm9Hbs1x3dqpUWdBUk=/documents/signed_documents.
Forum topic
OneSpan Sign
On our main object, we have a quick action that fires a lightning component which on init queries for the necessary data & attachment, parses the url and then, fires an event to navigate to the url.
Forum topic
OneSpan Sign
Hi,
I am trying to resolve an issue when using iframe to load the inPerson (where all parties can sign in same URL) signing URL in tablet (iPad) Safari. I wonder if there anybody facing this same issue before and have the solution for it.
Forum topic
OneSpan Sign
Hello,
We are using Impersonate Signing process with eSignLive for one of our client, now client needs to use both Impersonate and Remote Signing (use anyone of for a particular transaction) for same Account.
Forum topic
OneSpan Sign
Hello, we currently are using e-signature packages (created using the RESTful API) where all signers are fully remote e-signers.
Forum topic
OneSpan Sign
Hi Team,
I am Creating some application to Perform Operation on the Packages and Since Last two Hours The API is not working Below URL i have tried
https://sandbox.esignlive.com
https://sandbox.e-signlive.ca"
"One or more errors occurred.An error occurred while sending the request.
The underlying
Forum topic
OneSpan Sign
Use the .NET sample code https://developer.esignlive.com/guides/feature-guides/document-extraction/
to generate eSign. The field name is [Client1.Capture1] with field type is 'Signature' in PDF file.
But get error message
Silanis.ESL.SDK.EslServerException: Could not send the package.
Forum topic
OneSpan Sign
I'm trying to get the Authentication token with the following code, however its return error "The remote server returned an error: (405) Method Not Allowed."
string url = "https://sandbox.esignlive.com/api/authenticationTokens";
string apiKey = "WXNKRk9vb*****************";
Forum topic
OneSpan Sign
1. I created a function app in azure portal for the callback to download docs.
2. And then I created some transactions through the Dashboard.
3.