Forums

Unless I missed something, the notary assigned to a package thru the Java SDK does not get an email notification. Is there a way to have the system send an email to the notary with the login link as is done for other signers?

Forums

I created a template using the Web UI, where i added a "Signer1" placeholder along with some textboxes and checkboxes. I created a package from this template using this guide:

https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/creating-transaction-template

Now I'm looking to update these textboxes and checkboxesn with data programatically using the SDK before it is sent for signing. Can you provide some guidance on how to do this? 

Forums

A client (Progeny Systems) wants to use PCC (Personal Certificate Client) with iFrame, and can't seem to find how to define the signing method.

From the UI, under recipient settings -> Advanced tab, the signing method can be set to PCC.

Can you please confirm the usage of the same using java SDK?

P.S: They use the signing URL to initiate the signing ceremony.

Let me know if you need more details.

Forums

In the application we have users and organizations. A user can be a member of an organization. The use cases for signing are as follows: 

     1) An individual user has a required signature field

     2) A user is part of a group that has a required signature field

     3) A user has both an individual signature field and is also part of a group that has a signature field on the same package

Forums

We need to retrieve the document associated data using the SDK. In Postman, we can view the document data using REST /packages/{packageId}/documents/{documentId}.  However, we are getting an empty map using the getData() method.  Is there a way to retrieve this data using the SDK?  

Forums

Hi

 

I successfully create a package with two signers: Signer 1 has email address [email protected] and signer 2 has email address [email protected]. The I try to switch these two signers email by update Signer 1 email address to [email protected] and signer2 email address to [email protected]. But this update fails. Looks like this update is not allowed. My env is 11.25. Could you please confirm it?

Thanks