Decline to Sign
Tuesday, July 27, 2021 at 10:57amIs it possible to remove the 'Actions/Decline to Sign' option? For our use case, we would rather not have to program to this option. Is it customizable?
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
Is it possible to remove the 'Actions/Decline to Sign' option? For our use case, we would rather not have to program to this option. Is it customizable?
Reply to: Decline to Sign
Tuesday, July 27, 2021 at 04:42pmHi Michael,
Try to customize the package settings like below and see if this works for you:
.withSettings(DocumentPackageSettingsBuilder.newDocumentPackageSettings()
.withoutDecline()
)
Duo