Topic Replies Freshness Views Users
Normal topic

Hi

When create a package how to define extract text tag vs extract acrobat tag via JAVA SDK? One package can support both extract…

Normal topic

Hi,

Is it possible to create a package using layout or template vis Java SDK? If yes, could you please share some code sample?

Thanks

Wendy

Normal topic

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

Normal topic

I'd like to do validation on a group of radio buttons to just check to see if one has been chosen. If none are chosen then validation kicks in. Is there sample code for this?

Normal topic

Hi,

Can I get a list of all webhook callback events, WITH their meaning for each?

Thanks,

Venu

Normal topic
Hi, User want a popup kind of thing that show all detail of a package. I tried designer mode but it is not working if package is in Signer_Pending mode. Thanks
Normal topic

Hi,

Is it possible to invite a sender throught JAVA SDK? If yes, how to do it?

Thanks,

Wendy

 

Normal topic

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…

Normal topic

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?

Normal topic

Hi,

the optout reason is configured under package.settings, but package.settings doesn't have French language. how to define French optout reason?

 

thanks,

Cindy

 

Normal topic

Now sure if this has been asked before, but we need to retrieve which signer was last sent the signature email by OneSpan, including the signing order of this signer. 

Thanks!

JP

Normal topic
Hi, I am trying to find my API Key that is mentioned in the following step by step guide. https://developer.esignlive.com/guides/quick-start/creating-and-sending-a-package-java/ The first few lines define your connection information for…
Normal topic
Using the Java SDK, is there a way to retrieve the HttpClient to add a connection request timeout (ie. for instances where OneSpan may possibly be down)? Thanks!
Normal topic

I'd like to know how to creae a groupID via JAVA SDK? BTW, I know how to create a groupID from sendUI.

 

Thanks,

Wendy

Normal topic

Hi,

I only enable notify email in my account. when the package status is SEND, when call notify, can receive an email to launch signing ceremony. After I finish the signing this package and package status is COMPLETE, then I…

Normal topic

I am looking for a place to store a signer's role. The idea here is we can store an attribute against a signer that allows us to find the proper signer based on some role in our workflow. I tried to use 'signerType' - but it seems the…

Normal topic

Hi!


I have some templates that define some pdf file to be filled and signed over the OSS Session.
For all of the created transaction, we are also creating a custom pdf that needs to be signed by the same…

Normal topic

I am currently in CST/ GMT-5 but the callback is returning GMT-4 for the createdDate time.

I am on the onespan sandbox could this have an effect?

 

Edit: updated subject to GMT-0 time

Normal topic
Hi, I followed this guide to format my PDF to accept signatures for my client1 and client2. However, client2 is an optional signer. She does not have…
Normal topic
Is there any specific configuration required for setting up callbacks, like firewall setting or enabling a port. We are working in closed network inside the customers premise. Regards Surya
Normal topic
HI All, Can you help me to convert the below API request into equivalent SDK code to create the package(with one document file as attachment to sign off): { "name": "packagename", "status": "SENT", "roles": [ { "id":…
Normal topic
Hi team, In our workflow, we allow our user to delete their transaction. I found two functions in SDK deletePackage() and trash() So my question is, what's the difference between them, what do you suggest to use? And when I managed to…
Normal topic
Hi, Is there are guidelines or recommendations for using eSign with PDF documents (and forms). Lets say I have a claim form (with 50 fields) to be completed. What is the general approach - do people upload the PDF and request…
Normal topic

Hi

I am trying to use notifySigner via Java SDK, how can I use the below method, what is groupId?  how can I create/get groupId via SDK java.

 

eslClient.getPackageService().notifySigner(…

Normal topic

How to create In-Person signing session using REST API (not using Silanis.ESL.SDK)