234 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
When below line is called, it returns a list of all signers including the sender as one of the signers.
IList signers = eslClient.GetPackage(new PackageId("")).Signers;
This is the case even though the sender has no documents to sign.
Is there a way to exclude a sender from the signer li
Forum topic
OneSpan Sign
I didn't find the request that will return anchor coordinates. Is there any possibility to do it?
Forum topic
OneSpan Sign
I'm using Firefox Poster to try to create my http call to create a package in eSignLive with the API and am struggling a bit.
From Poster I send a POST request to https://sandbox.esignlive.com/api/packages/ withthe content as:
{
"name": "My Document",
"type":"PACKAGE",
"languag
Forum topic
OneSpan Sign
Hello,
I am getting this error while generating eSign:
Could not create a new package one step. Exception: The remote server returned an error: (400) Bad Request. HTTP POST on URI https://sandbox.e-signlive.ca/api/packages.
Forum topic
OneSpan Sign
Hello Michael,
During the processing in an application a client noticed that below statement takes few seconds (5-10) to execute:
PackageId packageId = eslClient.createPackage(documentPackage);
Can you please let us know how much time this should ideally take?
Forum topic
OneSpan Sign
Hi There,
According to the requirements we have, if a person doesn't completes the purchase by paying but has signed the documents, if that person comes back again after certain number of days, he needs to do the whole transaction again.
Forum topic
OneSpan Sign
Right now there's the option to update transactions to replace a signer either manually after checking transaction reports or using API https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/adding-updating-and-removing-signers
Forum topic
OneSpan Sign
This code seem to allow dynamic creation of a group with a custom Id. However, after the group's created, it seem to reflect a different group Id.
Forum topic
OneSpan Sign
Hi,
I am trying to create a new package using .net sdk from template which is already defined in the UI. I am trying to find an example which will help me to get started. This is what we are trying to accomplish
1. Create package with templateid defined in UI portal