605 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I'm trying to submit a payload to POST https://sandbox.esignlive.com/api/packages, in the past few days it has been intermittently working and not, this morning it hasn't been working at all yet.
The error message is
{ messageKey: 'error.internal.default',
technical:
Forum topic
OneSpan Sign
I have installed and configured the OneSpan Laserfiche workflow, and it worked for the first two transactions. After that, it failed to download the signed document back into the repository. Below is the error message from the event viewer log.
Forum topic
Intelligent Adaptive Authentication
Hi,
I am getting following error while trying to update the expiry date of a package
Forum topic
OneSpan Sign
As the remote agent I want to programatically update a SENT package to DECLINED.
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
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
I am trying to run a simple application which does not do much. It simply attempts to wrap a sample PDF around an e signature and the error I get is
Silanis.ESL.SDK.EslServerException
HResult=0x80131500
Message=Could not send the package.
Forum topic
OneSpan Sign
When I use the .NET SDK version 11.5, I'm have a problems getting the signerId of package signers.
What I want to do is this:
call the eslClient.GetPackage(packageId) method to get information about an existing package
get an authorization token, by SignerId, for a signer from
Forum topic
OneSpan Sign
Hi,
I am using spring boot rest template to create onespan package. I am trying to upload multiple files under key word "file" and json structure as "payload".
But I am getting 400 bad request. I have also checked whether the byte array is base64 encoded or not.