Forums

We have forms that we need to retrieve the values from but not all fields are required.  WHen I use the FieldSummaryService.GetFieldSummary the blank fields are dropped instead of returning "" so no fields are missed.  How do I obtain values for all fields even the blank ones.  I'm using c# .NET

Forums

Hi,

 

I been trying to get status' for my packages, but i am hitting a wall.

I am running the following using the owner API Key and attempting to retrieve packages that are owned by a separate sender:

/api/packages/:packageId

eslClient.GetPackage(new PackageId(id))

 

I can run successfully when the Package status of the package im trying to get is is Sent or Completed.

I get error.forbidden.cannotViewPkg or error.forbidden.packageExpired when the package status are expired and opted out, etc.

Forums

I am trying to create the package only with documents and I will need to update it later adding the signers, the signature tag is already created in one of the documents, that is why I am using EnableExtraction. I get an error: 
 

Could not send the package. Exception: The remote server returned an error: (400) Bad Request. HTTP POST on URI https://sandbox.esignlive.com/api/packages/*********. Optional details: {"messageKey":"error.validation.sendPackage.noApprovals","message":"Cannot send package without approvals.","code":400,"name":"Validation Error"}

Forums

Hi,

We are thinking of embedding the Package Designer view in our web app. Our app's main content width causes the Designer view to display in a "mobile" fashion when embedded in an iframe, as the width is less than 1200px, and the user can only see either the left panel (recipients, fields) or right panel (documents, field settings) one at a time.

Forums

We have integrated with OneSpan using your .Net SDK (version 11.12.0.0 ).  We are experiencing a scenario where we have a transaction has 1 document, 1 recipient and 1 attachment request.  The document is signed and the user uploads an attachment.  The sender rejects the attachment.  If the sender then tries to edit the transaction, we are getting the following error:

Forums

Hello ,

 

We are implementing .Net Core WebAPI application to get the notification from OneSpansign once the document is signed using Ngrok as mentioned in the document (https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/creating-callback-notification-listener?_gl=1%2Aiswb9l%2A_gcl_aw%2AR0NMLjE2MDA5NTQ5MDAuRUFJYUlRb2JDaE1JMkpLUzFwR0I3QUlWQ0l6SUNoMWl2QVNZRUFBWUFTQUFFZ0pMa3ZEX0J3RQ..&origin=developeresignlive)

 

Forums

Hi,

I am looking for a way to add senders to our OneSpan account without sending the invitation email.

We are integrating with OneSpan using the .net sdk and it is being used solely as a system-to-system integration. No Senders will be creating transactions through the UI. The system will be creating transactions on their behalf. 

Is there a way to do add a new sender programmatically bypassing the invitation email?

thanks,

Forums

Hi,

 

Is there any feature in OneSpan (.NET SDK or manual download by owner), that lets the package owner download multiple signed docs from the same package as one single PDF?

I want to leverage the feature of restricting each document's visibility to only its signers, but still have the ability to have a single signed PDF containing all the docs from the package.

 

Regards,

Anupama

Forums

Hi,

In a package with multiple documents, created using .net SDK,

Is it possible to set a document's visibility during signing ceremony only to the signers on each document, through SDK?

If so, then after the package is completely signed and email goes to all signers with the download link to the signed documents, will a signer be able to download the docs not visible to him/her?