235 results matched your search criteria
Forum topic
OneSpan Sign
Hi!
I'm trying to restrict the attachment in advance section of new transaction, but I can only set if it is mandatory or not. Do you know if i can set only pdf documents as attacments from any flag in the platform?
Thanks for your help!
Forum topic
OneSpan Sign
I am using a text area field in my document - however i cannot get it to automatically word wrap..
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 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
Guys,
I am seeing some weird results when trying to change the notary capture signature. Can you please fill me in on each of these items and if they are working as intended.
1.
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
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.