279 results matched your search criteria
Forum topic
OneSpan Sign
Hi Team,
We have SOAP/XML based implementation in place, and want to move to the REST APIs.
During the process,some module in our system would to prepare the Approval Blocks ( place holder for signatures)
and same document is handover to other module which sends this file to Silanis for E-Signing
Forum topic
OneSpan Sign
Hi,
When creating a package and calling the setName method with a string containing a period or dash the JSON response says deserialization failed, upon further inspection there were also code 400 "invalid state" messages included. How can we fix this?
Forum topic
OneSpan Sign
Hi,
Can you provide a sample JSON request Body to Create Package with Document Content as a PDF Byte Stream.
Thanks
Forum topic
OneSpan Sign
Hello,
Our team has started the integration with eSignLive REST API to create and send packages, sign the documents and get response payload from callback listener.
Forum topic
OneSpan Sign
I have a controller method
public List GetPackageTransactions(string packageId) // packageId = "660bd4f9-d090-4233-9fec-d176404e1871"
{
PackageId pid = new Silanis.ESL.SDK.PackageId(packageId);
List list = eslClient.AuditService.GetAudit(pid);
Forum topic
OneSpan Sign
We have a time when we keep getting this error
Silanis.ESL.SDK.EslException: Could not create a new package.
Exception: Unexpected character encountered while parsing value: . Path '', line 0, position 0.
Forum topic
OneSpan Sign
The following code does not return the specific error message.
Forum topic
OneSpan Sign
The following code does not return the specific error message.
Forum topic
OneSpan Sign
Hello,
I am using PHP REST API.
First i create draft package, then upload form with data, and then publish it. But there is disclosure electronic signatures document get created.
Forum topic
OneSpan Sign
I am following the example in your blog to Authenticate a Signer: https://www.esignlive.com/blog/esignlive-how-to-authenticating-signers/
Here is what I have produced:
var apiKey = CeremonyClient.GetKey();
var urlBase = CeremonyClient.GetUrl(); // "https://sandbox.e-signliv