Topic Replies Freshness Views Users
Normal topic
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. Optional…
Normal topic
Hi, Does eSignLive have any feature to support delegation of signer during vacation period i.e. When I create a package I specify Signer 1 and also a delegated Signer 2 for a specified time period
Normal topic
Hi I have code that creates signatures for two which I do in the beginning when I define the document. Later I would like to add optional signatures based on some condition and tried to do this without success unless I do it when I define…
Normal topic
Hi, Scenario - existing C# code which has been working perfectly for about 1 year. Using this call to ESL --> client.FieldSummaryService.GetFieldSummary(pkgId); This was returning a list of fields in the custom .PDF document we…
Normal topic
Hello, we use sdk.net in our solution and we are confronted with slowness, for example when we try to add documents that exceed 3 MB to a package, it takes up to 8 seconds per document (sdk calls this method api rest : https://docs…
Normal topic
Hello, Does anyone happen to have the sample code to update field values in bulk? We learned that UpdateApprovals function call update multiple signatures at same time: client.ApprovalService.UpdateApprovals(updatedPackage, documentId,…
Normal topic
I am working with authenticating Signers in the ceremony and when we try to set the signers to the default option (email) -- the package creation returns with a 400 error. This is the return error Could not send the package. Exception:…
Normal topic
Hi team, A datepicker field, normally looked like below in JSON, where the "pattern" field represents the format:
{
  "name": "",
  "type": "INPUT",
  "binding": null,
  "validation": {
    "errorMessage": "",
    "required"…
Normal topic
Hey there, im having a problem with IsRequired propertie: 1 - Through the management console I created a DocumentTemplate (X) where I define all the fields and properties such as IsRequired. 2- Using the API im building a…
Normal topic
Hello, I'm using your .NET SDK, version 11.20. I have read here: https://www.onespan.com/blog/onespan-sign-release-1118-enforcing-signature-capture-signature-level?_ga=2.154275704.1343324496.1576399843-896096308.1544024362 that: In…
Normal topic
Hello, What is the limit for the signer email field. When we are using email more than 50 characters, we are getting an error. Thanks, Nehme
Normal topic
Guys, We've noticed on a few occasions that when you guys update your sandbox it almost always breaks our account that is tied to a Vault. Because of this it stops our workflow until the issue is resolved. Since we have more than one…
Normal topic
Hey there! I have a transaction with ExpirationDate with 2 signers (with sign order) and are required Attachments. When Attachments are required the transaction does not automatically change status Complete, soo after all signers sign…
Normal topic

Hi,

On the attached code, the template created always include myself as a signer. How can I stop this from happening?

Normal topic

Hi,

I did set up in Data Retention for archived as 1 days. It was moving to archived folder but i am not getting any callback notification for Transaction_Archived.
will I get notification or I should mark the status as…

Normal topic

Using the code below I only get 1 package back, but I can tell I should be getting multiple packages with multiple senders based on the date range.  Can someone please tell me what I'm doing wrong?  I don't see it?  Thx…

Normal topic

In my MVC code project testing creating a Package I am trying to add a .WithSignatureStyle and  .WithSignatureType. and the SDK says it does not have a definition of neither one in the builder.
The issue is that the signature…

Normal topic

Until recently this worked with 1000 per page but NOW I had to do 250 to get it to work correctly, why?  I tried 500 and it failed just like 1000.  Are the OneSpan service side resources to consumed or what's going on that it…

Normal topic

I am looking for a C# code that will allow me to to add a signer in an specific  page but the signing has to be optional. So when they sign the document it will be complete even though they forgot to sign in one page because it was…

Normal topic

Running some test on QA now we are running on this issue. Can you share a light of what this could be?
Failed to communicate with the callback server. URL: https://ds-api-esignevents-dev.app.covius.com/Api/Event/Post Payload: {"…

Normal topic

I am inserting this kind of Tabs {ESIG_BORR01_SO_0001} using .WithPositionAnchor(new TextAnchor() { AnchorText = signatureDetails[i].AnchorTabString, Height = 20, Width = 80 })  from reading <AnchorTabString>{ESIG_BORR01_SO…