Skip optional signature
Monday, December 10, 2018 at 06:54amIs it possible to skip an optional signature, or to mark it as complete without signing it?
We would like to achieve this using Java
OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
Reply to: Skip optional signature
Monday, December 10, 2018 at 11:15ameslClient.signDocuments(PackageId packageId, String signerId)function, all optional signatures will be automatically signed, which doesn't meet your requirement I believe. Alternatively, I've created some Java code snippets for you to have this done by a combination of REST and SDK methods. Please check the attachment and let me know if you have any questions related to this code. Hope this could help! Duo