545 results matched your search criteria
Forum topic
OneSpan Sign
Is there a way to stop eSign from sending the document creation email to the signee? We load the document in an iframe and do not wish to have this email sent out, as it enables the signee to sign the document outside of our website. I'm not seeing an option to disable this in the SDK.
Forum topic
OneSpan Sign
Using the OneSpanSign.sdk there is no document type for text files, which may or may not have the TXT extension. I can drag and drop files via the UI into transactions but I don't see any easy way using the API to upload them.
Forum topic
OneSpan Sign
The .Net SDK throws exception “Object reference not set to an instance of an object.†When we try to retrieve some data like (Layouts, Sender info, Auditlog) and there is no data.
It would be better if it just return null, instead of going to the exception path.
Thanks,
Forum topic
Mobile Security Suite
Dear,
I'm trying to run "Orchestration SDK" backend server but I faced an error as I can't find jar files that includes below libraries.
-com.vasco.dsapp.server.DSAPPServer;
-com.vasco.orchestration.server.OrchestrationSDKServer;
Forum topic
OneSpan Sign
Is there a method for downloading the Evidence Summary Report for a Completed package ? I figured it would be included in the downloadZippedDocuments(packageId) method but it is not included.
Forum topic
OneSpan Sign
Is there a way to retrieve a list of packages in the Trash folder using Java SDK? I understand Trashed is a property not a package status. But I need to purge all packages that are trashed.
Forum topic
OneSpan Sign
Customer:
I am doing some testing with the SignDocuments method on the EslClient.
Forum topic
OneSpan Sign
Hi,
When creating the package programatically (using the REST API / Java SDK), can we configure signer workflow? i.e. signer1 signs first and then signer2.
The default behavior is that there is no workflow i.e. all signers get notified simultaneously.
please let me know
thanks
Neel
Forum topic
OneSpan Sign
Hi
Can the "Thank You Dialog Box" be diabled.
We would not like to see this dialog.
https://docs.esignlive.com/content/c_integrator_s_guide/sdk/k_customization/customizing_the_signing_cermony.htm?Highlight=Thank%2520you%2520dialog#Customiz2
Thanks
Mario
Forum topic
OneSpan Sign
Hi,
I have to ask Required Document from signer but Number of Required documnet is dynamic.
It depends upon agent to ask any number of document to signer.
I have created signer using SDK and want to add required doc dynamically based on number of documentes requested to Java code.
Thanks