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?

Forums

Hi,

 

When OneSpan releases a new version on their production environment, will there will always a corresponding SDK version update as well? How are the OneSpan environment and SDK updates timed?

Can the integration code use an earlier version of SDK even when the OneSpan environment has been updated to a new major version? 

What is the recommendation from OneSpan on these major releases and SDK versions update ?

 

Thanks

Hi,

Is there any recommended way to update the package name property after it was first created, through .NET SDK?

Tried calling the UpdatePackage method to update the package but it didn't update the package name property. Also calling the SendPackage after UpdatePackage step resulted in the following error. It looks is UpdatePackage is already changing the status of the package from Draft to In Progress.

Forums

I have a form which I'm using document extraction to pull in fields from, and some of the pieces need to be entered at the signing ceremony.   Is it possible to mask some of those fields as they are considered PPI?  I'll read them on the backend securely, but don't want them showing up in plain text on the finished document.

Fields on the form:

[Borrower.Capture1.Textfield1] - Can be plain text

[Borrower.Capture1.Textfield2] - PPI

[Borrower.Capture1.Textfield3] - PPI

[Borrower.Capture1] - Can be plain text

Forums

Hi

On an In progress transaction (SIGNING_PENDING) with multiple signers & with Document A that is signed by (SIGNING_COMPLETE) Signer A, is it possible to update the document content (bytes) without losing the already obtained signatures from Signer A?

I noticed that eslClient.PackageService.UpdateDocumentMetadata did not update the new contents on the same document  

Forums

As the title asks:   I'm working on an in-person signing flow where all signers will be on the same device, and am embedding the signing ceremony in an iFrame.  For aesthetics and ease of control, I want to get rid of the welcome/signup/guest login controls, as well as the "For Assistance" number from the upper right page of the screen.  Is that something that can be done?

Forums

For over a year I have been creating packages using a JSON string as the package name (something like "{ApplicationId: 1033}").  I do this because the package name comes through in the event callback notification, and I can easily deserialize the package name and extract some information that is useful to our business practice.  Anyway, this is still working in Production, but when testing something in our Sandbox yesterday, I got the error: